mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
Add about link
This commit is contained in:
parent
c35cc4135e
commit
dddf607692
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
|||
<% end %>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<%= link_to 'About', 'https://github.com/cantino/huginn', :tabindex => "-1" %>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<% if user_signed_in? %>
|
||||
<%= link_to 'Logout', destroy_user_session_path, :method => :delete, :tabindex => "-1" %>
|
||||
|
|
Loading…
Add table
Reference in a new issue