summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-08 22:47:45 +0100
committerhukl <contact@smyck.org>2009-03-08 22:47:45 +0100
commit1236567886d4f81cb6d3d4d8017a543c27a66e12 (patch)
tree63dde8094551226707a3775d0db14ef4006166dc /app/views
parent00fe407be045a5b6cf8269965c0fd35a44094741 (diff)
enhanced the link_to_path helper and fixed the menu links
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/application.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index be7e044..1446e14 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -25,19 +25,19 @@
25 <div id="topnav"> 25 <div id="topnav">
26 <ul id="navlist"> 26 <ul id="navlist">
27 <li> 27 <li>
28 <a href="<%= params[:locale] %>/club">Kennenlernen</a> 28 <%= link_to_path "Kennenlernen", "club" %>
29 </li> 29 </li>
30 <li> 30 <li>
31 &bull; 31 &bull;
32 </li> 32 </li>
33 <li> 33 <li>
34 <a href="<%= params[:locale] %>/support">Unterstützen</a> 34 <%= link_to_path "Unterstützen", "support" %>
35 </li> 35 </li>
36 <li> 36 <li>
37 &bull; 37 &bull;
38 </li> 38 </li>
39 <li> 39 <li>
40 <a href="<%= params[:locale] %>/contact">Erreichen</a> 40 <%= link_to_path "Erreichen", "contact" %>
41 </li> 41 </li>
42 <% if current_user %> 42 <% if current_user %>
43 <li> 43 <li>