Sha256: 9689e365adffb23765ef4257fdd657e7bcbef03077df8e90fa0d9ff9506a5ace

Contents?: true

Size: 1.51 KB

Versions: 16

Compression:

Stored size: 1.51 KB

Contents

<% unless @workshop.new_record? %>
  <%= content_for :content_title_extra do %>
    <%= page_header_buttons do %>
        <%= link_to "View Registrations", [:admin, @workshop], class: 'btn btn-xs btn-default' %>
        <div class="btn-group">
          <button class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">Configuration <span class="caret"></span></button>
          <ul class="dropdown-menu dropdown-menu-right icons-right">
            <li><%= link_to 'Main Configuration', edit_admin_workshop_url(@workshop) %></li>
            <li><%= link_to "Additional Configuration", additional_configuration_admin_workshop_path(@workshop) %></li>
            <li><%= link_to "Workshop Prices", admin_workshop_workshop_prices_path(@workshop) %></li>
            <li class="dropdown-header">Email Notifications</li>
            <li><%= link_to "Pending Email", edit_system_email_admin_workshop_path(@workshop, :email_type => 'pending') %></li>
            <li><%= link_to "Accepted Email", edit_system_email_admin_workshop_path(@workshop, :email_type => 'accepted') %></li>
            <li><%= link_to "Paid Email", edit_system_email_admin_workshop_path(@workshop, :email_type => 'paid') %></li>
            <li><%= link_to "Waitlisted Email", edit_system_email_admin_workshop_path(@workshop, :email_type => 'waitlisted') %></li>
            <li><%= link_to "Rejected Email", edit_system_email_admin_workshop_path(@workshop, :email_type => 'rejected') %></li>
          </ul>
        </div>
    <% end %>
  <% end %>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_event-4.2.3.10 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.9 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.8 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.7 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.6 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.5 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.4 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.3 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.2 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3.1 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.3 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.2.3 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.2.2 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.2.1 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.2 app/views/dm_event/admin/workshops/_header_menu.html.erb
dm_event-4.2.1.5 app/views/dm_event/admin/workshops/_header_menu.html.erb