Sha256: dcc2b01c9bfbac3a9df44841bd6714e3ea0303865d7c543c80233969cde15678
Contents?: true
Size: 1.31 KB
Versions: 55
Compression:
Stored size: 1.31 KB
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.event')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <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> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.edit'), edit_event_path(@event) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
55 entries across 55 versions & 1 rubygems