Prevent browser navigation control from wrapping.
This commit is contained in:
parent
e82496a9e5
commit
88af5aad21
1 changed files with 39 additions and 35 deletions
|
@ -1,5 +1,6 @@
|
|||
<div style="float:right; text-align:center; width: 250px;">
|
||||
<% if @next_by_user or @prev_by_user %>
|
||||
<span class="nowrap">
|
||||
<% if @prev_by_user %>
|
||||
<
|
||||
<%= link_to @prev_by_user.id.to_s,
|
||||
|
@ -20,8 +21,10 @@
|
|||
{ :title => t('browse.changeset_navigation.user.next_tooltip', :user => @next_by_user.user.display_name) } %>
|
||||
>
|
||||
<% end %>
|
||||
</span>
|
||||
<br/>
|
||||
<% end %>
|
||||
<span class="nowrap">
|
||||
<% if @prev %>
|
||||
<
|
||||
<%= link_to @prev.id.to_s,
|
||||
|
@ -37,4 +40,5 @@
|
|||
{ :title => t('browse.changeset_navigation.all.next_tooltip') } %>
|
||||
>
|
||||
<% end %>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue