Skip to content

Commit

Permalink
Restore events link (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason L Perry committed Mar 18, 2009
1 parent 3e968d4 commit 02246d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -7,6 +7,8 @@
<title>Descensus in Cuniculi Cavum</title>

<%= stylesheet_link_tag "screen" %>
<%= stylesheet_link_tag "screen", "datepicker" %>
<%= javascript_include_tag "datepicker" %>
</head>

<body>
Expand All @@ -24,6 +26,9 @@
<li><%= link_to h(current_user.name), current_user_path %></li>
<li><%= link_to "Log Out", logout_path %></li>
<li class="new_topic"><%= link_to "New Post", new_topic_path %></li>
<li class="topics"><%= link_to "Posts", topics_path %></li>
<%- if current_user.officer? -%><li class="new_event"><%= link_to "New Event", new_event_path %></li><%- end -%>
<li class="events"><%= link_to "Events", events_path %></li>
<li class="topics"><%= link_to "Topics", topics_path %></li>
<%- if current_user.officer? -%><li class="topics"><%= link_to "Users", users_path %></li><%- end -%>
<%- else -%>
Expand Down

0 comments on commit 02246d7

Please sign in to comment.