Sha256: 89851b9227e7d7a527c0ede2f3e16822a90ff2c12a1cc577fe2fc1215d6f381d

Contents?: true

Size: 869 Bytes

Versions: 35

Compression:

Stored size: 869 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>
    <%- 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

35 entries across 33 versions & 2 rubygems

Version Path
enju_library-0.3.11 app/views/budget_types/show.html.erb
enju_library-0.3.10 app/views/budget_types/show.html.erb
enju_library-0.3.9 app/views/budget_types/show.html.erb
enju_library-0.3.8 app/views/budget_types/show.html.erb
enju_library-0.3.8.rc.2 app/views/budget_types/show.html.erb
enju_library-0.3.8.rc.1 app/views/budget_types/show.html.erb
enju_library-0.3.7 app/views/budget_types/show.html.erb
enju_library-0.3.6 app/views/budget_types/show.html.erb
enju_library-0.3.5 app/views/budget_types/show.html.erb
enju_library-0.3.4 app/views/budget_types/show.html.erb
enju_library-0.3.3 app/views/budget_types/show.html.erb
enju_library-0.3.2 app/views/budget_types/show.html.erb
enju_library-0.3.1 app/views/budget_types/show.html.erb
enju_library-0.3.0 app/views/budget_types/show.html.erb
enju_library-0.3.0.rc.1 app/views/budget_types/show.html.erb
enju_library-0.3.0.beta.2 app/views/budget_types/show.html.erb
enju_library-0.2.5 app/views/budget_types/show.html.erb
enju_library-0.2.4 app/views/budget_types/show.html.erb
enju_library-0.2.3 app/views/budget_types/show.html.erb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_library-0.2.2/app/views/budget_types/show.html.erb