Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
About page opens in a new page
  • Loading branch information
gabceb committed Mar 18, 2013
1 parent b757826 commit 16540f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -38,7 +38,7 @@
<%= link_to 'Edit Account', users_edit_path, @users_edit %><br />
<%= link_to 'Logout', destroy_user_session_path, :method => :delete %><br />
<hr>
<%= link_to 'About Kandan', about_path, @about %>
<%= link_to 'About Kandan', about_path, :target => "_blank" %>
</div>
<% else %>
</div>
Expand Down

0 comments on commit 16540f6

Please sign in to comment.