Sha256: adec5d1bd08bc1704796a253adf890aa31c3d347b0ce0b168878a2b42294cce4

Contents?: true

Size: 1.08 KB

Versions: 56

Compression:

Stored size: 1.08 KB

Contents

<div data-role="header">
  <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.event')) -%></h1>
</div>

<div data-role="content">
<h2 class="resource_title">
  <%= @event.display_name.localize -%>
</h2>

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

<p>
  <strong><%= t('activerecord.models.library') -%>:</strong>
  <%= link_to @event.library.display_name.localize, @event.library -%>
</p>

<%- if @event.all_day -%>
  <p>
    <strong><%= t('activerecord.attributes.event.all_day') -%>:</strong>
    <%= l(@event.start_at, :format => :only_date) -%>
  </p>
<%- else -%>
  <p>
    <strong><%= t('activerecord.attributes.event.start_at') -%>:</strong>
    <%= l(@event.start_at, :format => :short) -%>
  </p>

  <p>
    <strong><%= t('activerecord.attributes.event.end_at') -%>:</strong>
    <%= l(@event.end_at, :format => :short) -%>
  </p>
<%- end -%>

<p>
  <strong><%= t('activerecord.attributes.event.note') -%>:</strong>
  <%= raw auto_link(simple_format(h(@event.note))) -%>
</p>

</div>

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
enju_event-0.1.17.pre18 app/views/events/show.mobile.erb
enju_event-0.1.17.pre17 app/views/events/show.mobile.erb
enju_event-0.1.17.pre16 app/views/events/show.mobile.erb
enju_event-0.1.17.pre15 app/views/events/show.mobile.erb
enju_event-0.1.17.pre14 app/views/events/show.mobile.erb
enju_event-0.1.17.pre13 app/views/events/show.mobile.erb
enju_event-0.1.17.pre12 app/views/events/show.mobile.erb
enju_event-0.1.17.pre11 app/views/events/show.mobile.erb
enju_event-0.1.17.pre10 app/views/events/show.mobile.erb
enju_event-0.1.17.pre9 app/views/events/show.mobile.erb
enju_event-0.1.17.pre8 app/views/events/show.mobile.erb
enju_event-0.1.17.pre7 app/views/events/show.mobile.erb
enju_event-0.1.17.pre6 app/views/events/show.mobile.erb
enju_event-0.1.17.pre5 app/views/events/show.mobile.erb
enju_event-0.1.17.pre4 app/views/events/show.mobile.erb
enju_event-0.1.17.pre3 app/views/events/show.mobile.erb
enju_event-0.1.17.pre2 app/views/events/show.mobile.erb
enju_event-0.1.17.pre app/views/events/show.mobile.erb
enju_event-0.1.16 app/views/events/show.mobile.erb
enju_event-0.0.27 app/views/events/show.mobile.erb