Add about link

Andrew Cantino 11 lat temu
rodzic
commit
dddf607692
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      app/views/layouts/_navigation.html.erb

+ 4 - 0
app/views/layouts/_navigation.html.erb

@@ -36,6 +36,10 @@
36 36
       </li>
37 37
 
38 38
       <li>
39
+        <%= link_to 'About', 'https://github.com/cantino/huginn', :tabindex => "-1" %>
40
+      </li>
41
+
42
+      <li>
39 43
         <% if user_signed_in? %>
40 44
           <%= link_to 'Logout', destroy_user_session_path, :method => :delete, :tabindex => "-1" %>
41 45
         <% else %>