diff options
Diffstat (limited to 'app/views/layouts/default.rhtml')
-rw-r--r-- | app/views/layouts/default.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index ef468c522..bf7431e5e 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -20,6 +20,7 @@ <li><%=link_to "My Requests", user_url(@user) %></li> <% else %> <% end %> + <li><%= link_to "About", about_url %></li> <!-- <li><a href="/about">About</a></li> --> </ul> |