Sha256: 403661026fd13d5512639335dd647ddd84c0dbdc27c0194119be43c6332e7338

Contents?: true

Size: 860 Bytes

Versions: 5

Compression:

Stored size: 860 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.showing', model: t('activerecord.models.budget_type')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

<p>
  <strong><%= t('activerecord.attributes.budget_type.name') -%>:</strong>
  <%= @budget_type.name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.budget_type.display_name') -%>:</strong>
  <%= @budget_type.display_name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.budget_type.note') -%>:</strong>
  <%= @budget_type.note -%>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <%- if policy(@budget_type).update? -%>
      <li><%= link_to t('page.edit'), edit_budget_type_path(@budget_type) -%></li>
    <%- end -%>
    <li><%= link_to t('page.back'), :back -%></li>
  </ul>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_library-0.4.0.rc.1 app/views/budget_types/show.html.erb
enju_library-0.4.0.beta.4 app/views/budget_types/show.html.erb
enju_library-0.4.0.beta.3 app/views/budget_types/show.html.erb
enju_library-0.4.0.beta.2 app/views/budget_types/show.html.erb
enju_library-0.4.0.beta.1 app/views/budget_types/show.html.erb