Sha256: b2b84da62b9e4aec7527d5397be758a42da5d587fe2230085840b328fe32ba8a
Contents?: true
Size: 882 Bytes
Versions: 36
Compression:
Stored size: 882 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.form_of_work')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.form_of_work.name') -%>:</strong> <%= @form_of_work.name -%> </p> <p> <strong><%= t('activerecord.attributes.form_of_work.display_name') -%>:</strong> <%= @form_of_work.display_name.localize -%> </p> <p> <strong><%= t('activerecord.attributes.form_of_work.note') -%>:</strong> <%= @form_of_work.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <%- if policy(@form_of_work).update? -%> <li><%= link_to t('page.edit'), edit_form_of_work_path(@form_of_work) -%></li> <%- end -%> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
36 entries across 35 versions & 2 rubygems