Improved wording.
This commit is contained in:
parent
8e3128a4fc
commit
d95ac81744
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<span class="pagination-item-current"><%= @current_position %></span>/<span class="pagination-total-items"><%= @total_count %></span>
|
||||
</div>
|
||||
<ul class="pagination">
|
||||
<li <% if !@previous: %>class="disabled"<% end %> title="<%- @Ti( 'previous in Overview' ) %>">
|
||||
<li <% if !@previous: %>class="disabled"<% end %> title="<%- @Ti( 'Previous in overview' ) %>">
|
||||
<a class="centered previous" href="<% if @previous: %><%- @previous.uiUrl() %><% end %>" data-id="<% if @previous: %><%- @previous.id %><% end %>">
|
||||
<% if @previous: %>
|
||||
<%- @Icon('arrow-left') %>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<%- @Icon('arrow-left', 'arrow--disabled') %>
|
||||
<% end %>
|
||||
</a>
|
||||
<li <% if !@next: %>class="disabled"<% end %> title="<%- @Ti( 'next in Overview' ) %>">
|
||||
<li <% if !@next: %>class="disabled"<% end %> title="<%- @Ti( 'Next in overview' ) %>">
|
||||
<a class="centered next" href="<% if @next: %><%- @next.uiUrl() %><% end %>" data-id="<% if @next: %><%- @next.id %><% end %>">
|
||||
<% if @next: %>
|
||||
<%- @Icon('arrow-right') %>
|
||||
|
|
Loading…
Reference in a new issue