Sha256: f0a015411202f4417ed72eb6cb933e589cccebf9f8237e076db76ae2268dbda3

Contents?: true

Size: 810 Bytes

Versions: 8

Compression:

Stored size: 810 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.localize -%>
</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>
    <li><%= link_to t('page.edit'), edit_budget_type_path(@budget_type) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
enju_library-0.1.0.pre41 app/views/budget_types/show.html.erb
enju_library-0.1.0.pre40 app/views/budget_types/show.html.erb
enju_library-0.1.0.pre39 app/views/budget_types/show.html.erb
enju_library-0.1.0.pre38 app/views/budget_types/show.html.erb
enju_library-0.1.0.pre37 app/views/budget_types/show.html.erb
enju_library-0.1.0.pre36 app/views/budget_types/show.html.erb
enju_library-0.1.0.pre35 app/views/budget_types/show.html.erb
enju_library-0.1.0.pre34 app/views/budget_types/show.html.erb