Sha256: 177924e62af91736bbb12bb77addd7ee01f04b8a64e175293e94314358d4e755

Contents?: true

Size: 902 Bytes

Versions: 16

Compression:

Stored size: 902 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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 ui-widget-content">
  <ul>
    <%- if policy(@event_category).update? -%>
      <li><%= link_to t('page.edit'), edit_event_category_path(@event_category) -%></li>
    <%- end -%>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
enju_event-0.3.5 app/views/event_categories/show.html.erb
enju_event-0.3.4 app/views/event_categories/show.html.erb
enju_event-0.3.3 app/views/event_categories/show.html.erb
enju_event-0.3.2 app/views/event_categories/show.html.erb
enju_event-0.3.1 app/views/event_categories/show.html.erb
enju_event-0.3.0 app/views/event_categories/show.html.erb
enju_event-0.3.0.rc.1 app/views/event_categories/show.html.erb
enju_event-0.3.0.beta.1 app/views/event_categories/show.html.erb
enju_event-0.2.3 app/views/event_categories/show.html.erb
enju_event-0.2.2 app/views/event_categories/show.html.erb
enju_event-0.2.1 app/views/event_categories/show.html.erb
enju_event-0.2.0 app/views/event_categories/show.html.erb
enju_event-0.2.0.beta.4 app/views/event_categories/show.html.erb
enju_event-0.2.0.beta.3 app/views/event_categories/show.html.erb
enju_event-0.2.0.beta.2 app/views/event_categories/show.html.erb
enju_event-0.2.0.beta.1 app/views/event_categories/show.html.erb