Correctly sort the Copyright item in the compact menu
In the default menu it had been moved left by commit bfd11bf79
but
the compact drop-down menu had not been adapted accordingly.
Closes #1185
This commit is contained in:
parent
145839a1f7
commit
79df0df8c6
1 changed files with 1 additions and 1 deletions
|
@ -48,9 +48,9 @@
|
|||
<ul class="dropdown-menu">
|
||||
<li class="<%= current_page_class(traces_path) %>"><%= link_to t('layouts.gps_traces'), traces_path %></li>
|
||||
<li class="<%= current_page_class(diary_path) %>"><%= link_to t('layouts.user_diaries'), diary_path %></li>
|
||||
<li class="<%= current_page_class(copyright_path) %>"><%= link_to t('layouts.copyright'), copyright_path %></li>
|
||||
<li class="<%= current_page_class(help_path) %>"><%= link_to t('layouts.help'), help_path %></li>
|
||||
<li class="<%= current_page_class(about_path) %>"><%= link_to t('layouts.about'), about_path %></li>
|
||||
<li class="<%= current_page_class(copyright_path) %>"><%= link_to t('layouts.copyright'), copyright_path %></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue