Sha256: 023afa9c72dc37964b605e5075273b0f3df63c8bcb85270843ff7f09412b6bc5
Contents?: true
Size: 786 Bytes
Versions: 3
Compression:
Stored size: 786 Bytes
Contents
<% page_title "Session Types" %> <% for session_type in @session_types %> <h3><%= link_to h(session_type.title), session_type_path(session_type) %></h3> <span class="description"><%= display_textile_for session_type.description %></span> <% if admin? %> <div class='record-controls'> <%= link_to 'Edit', edit_session_type_path(session_type), :class => "editable" %> <%= link_to 'Destroy', session_type_path(session_type), :data => { :confirm => %{Destroy session_type "#{session_type.title}"?} }, :method => :delete, :class => "deletable" %> </div> <% end %> <% end %> <div> <%= link_to 'New session type', new_session_type_path, :class => "addable" if admin? %> <%= link_to 'Back to proposals', event_proposals_path(@event), :class => "cancelable" %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems