Skip to content

Commit

Permalink
Add link to unpublished schedule for admins
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Jul 18, 2014
1 parent 1714b2f commit 716c426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/open_conference_ware/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<% if proposal_statuses? %>
<li><%= link_to "Sessions", event_sessions_path(nav_event) %></li>
<% end %>
<% if proposal_start_times? %>
<li><%= link_to "Schedule", event_schedule_path(nav_event) %></li>
<% end %>
<li><%= link_to "Proposals", event_proposals_path(nav_event) %>
<li><%= link_to "- Bulk edit", manage_event_proposals_path(nav_event) %></li>
<% unless nav_event.accepting_proposals? %>
Expand Down

0 comments on commit 716c426

Please sign in to comment.