From dddf607692d6eba9c011fcfe96a2259067fe5ecc Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sun, 1 Sep 2013 17:52:16 -0600 Subject: [PATCH] Add about link --- app/views/layouts/_navigation.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/layouts/_navigation.html.erb b/app/views/layouts/_navigation.html.erb index 697e465f..bedc40dd 100644 --- a/app/views/layouts/_navigation.html.erb +++ b/app/views/layouts/_navigation.html.erb @@ -35,6 +35,10 @@ <% end %> +
  • + <%= link_to 'About', 'https://github.com/cantino/huginn', :tabindex => "-1" %> +
  • +
  • <% if user_signed_in? %> <%= link_to 'Logout', destroy_user_session_path, :method => :delete, :tabindex => "-1" %>