Sha256: aa78602dedd290ffec41354d1ade8835d282a1071de4003c6f0d740d227def30

Contents?: true

Size: 605 Bytes

Versions: 4

Compression:

Stored size: 605 Bytes

Contents

<% page_title "#{@session_type.title}" %>

<% cache "session_type_#{@session_type.id},admin_#{admin?}" do %>
  <div id="session_type-show">
    <span class="description"><%= display_textile_for @session_type.description %></span>

    <div class='record-controls'>
      <%= link_to 'Edit', edit_session_type_path(@session_type), :class => "editable" if admin? %>
      <%= link_to 'Session types for this event', session_types_path, :class => "cancelable" %>
    </div>

    <%= render :partial => "open_conference_ware/proposals/sub_list", :locals => {:container => @session_type} %>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
open_conference_ware-1.0.0.pre4 app/views/open_conference_ware/session_types/show.html.erb
open_conference_ware-1.0.0.pre3 app/views/open_conference_ware/session_types/show.html.erb
open_conference_ware-1.0.0.pre2 app/views/open_conference_ware/session_types/show.html.erb
open_conference_ware-1.0.0.pre1 app/views/open_conference_ware/session_types/show.html.erb