@@ -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 %> |