Sha256: 1b73398d60aabb8b3468086801b7aa03e42365076d5e36d2993f9389ff5251d6

Contents?: true

Size: 804 Bytes

Versions: 57

Compression:

Stored size: 804 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.event_category')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

<p>
  <strong><%= t('activerecord.attributes.event_category.name') -%>:</strong>
  <%= @event_category.name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.event_category.display_name') -%>:</strong>
  <%= @event_category.display_name.localize -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.event_category.note') -%>:</strong>
  <%= @event_category.note -%>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_event_category_path(@event_category) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
enju_event-0.1.17.pre17 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre16 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre15 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre14 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre13 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre12 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre11 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre10 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre9 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre8 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre7 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre6 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre5 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre4 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre3 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre2 app/views/event_categories/show.html.erb
enju_event-0.1.17.pre app/views/event_categories/show.html.erb
enju_event-0.1.16 app/views/event_categories/show.html.erb
enju_event-0.1.15 app/views/event_categories/show.html.erb
enju_event-0.1.13 app/views/event_categories/show.html.erb