Put the GitHub link at the end of the list

This commit is contained in:
Jérémy Lecour 2018-09-02 20:44:46 +02:00
parent 7251a0c152
commit bfa934220e
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@
<%= link_to(t(".new_ssl_check"), new_check_path(kind: :ssl), class: "nav-link") %>
</li>
<li class="nav-item">
<%= link_to("GitHub", "https://github.com/Evolix/chexpire", class: "nav-link") %>
<%= link_to(t(".my_notifications"), notifications_path, class: "nav-link") %>
</li>
<li class="nav-item">
<%= link_to(t(".my_notifications"), notifications_path, class: "nav-link") %>
<%= link_to("GitHub", "https://github.com/Evolix/chexpire", class: "nav-link") %>
</li>
<% end %>
</ul>