Sha256: 915ed1a444a373e289a6112a23fd51ab759bba32eec42ccfebb8e4dbba7158f7
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 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 -%> </h2> <p> <strong><%= t('activerecord.models.event_category') -%>:</strong> <%= @event.event_category.display_name -%> </p> <p> <strong><%= t('activerecord.models.library') -%>:</strong> <%= link_to @event.library.display_name, @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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_event-0.4.0.rc.1 | app/views/events/show.html+phone.erb |
enju_event-0.4.0.beta.2 | app/views/events/show.html+phone.erb |
enju_event-0.4.0.beta.1 | app/views/events/show.html+phone.erb |