Added classes for browser tests.
This commit is contained in:
parent
7f3dcc5fa8
commit
dfb9a38095
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
</div>
|
||||
<ul class="pagination">
|
||||
<li <% if !@previous: %>class="disabled"<% end %> title="<%- @Ti( 'previous in Overview' ) %>">
|
||||
<a class="centered" href="<% if @previous: %><%- @previous.uiUrl() %><% end %>" data-id="<% if @previous: %><%- @previous.id %><% end %>">
|
||||
<a class="centered previous" href="<% if @previous: %><%- @previous.uiUrl() %><% end %>" data-id="<% if @previous: %><%- @previous.id %><% end %>">
|
||||
<span class="left arrow icon"></span>
|
||||
</a>
|
||||
<li <% if !@next: %>class="disabled"<% end %> title="<%- @Ti( 'next in Overview' ) %>">
|
||||
<a class="centered" href="<% if @next: %><%- @next.uiUrl() %><% end %>" data-id="<% if @next: %><%- @next.id %><% end %>">
|
||||
<a class="centered next" href="<% if @next: %><%- @next.uiUrl() %><% end %>" data-id="<% if @next: %><%- @next.id %><% end %>">
|
||||
<span class="right arrow icon"></span>
|
||||
</a>
|
||||
</ul>
|
Loading…
Reference in a new issue