Sha256: 210852e5a20967a3e81319dd4ef3965c980b0e873f30555ae355227fea5b7715

Contents?: true

Size: 1.88 KB

Versions: 11

Compression:

Stored size: 1.88 KB

Contents

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

    <h1><%= t('page.listing', model: t('activerecord.models.manifestation_custom_property')) -%></h1>

    <table class='table table-striped index'>
      <thead>
        <tr>
          <th id="position"></th>
          <th><%= t('activerecord.attributes.manifestation_custom_property.name') %></th>
          <th><%= t('activerecord.attributes.manifestation_custom_property.display_name') %></th>
          <th><%= t('activerecord.attributes.manifestation_custom_property.note') %></th>
          <th colspan="2"></th>
        </tr>
      </thead>

      <tbody>
        <% @manifestation_custom_properties.each do |manifestation_custom_property| %>
          <tr>
            <td>
              <%- if policy(manifestation_custom_property).update? -%>
                <%= move_position(manifestation_custom_property) -%>
              <%- end -%>
            </td>
            <td><%= link_to manifestation_custom_property.name, manifestation_custom_property %></td>
            <td><%= manifestation_custom_property.display_name.localize %></td>
            <td><%= manifestation_custom_property.note %></td>
            <td><%= link_to t('page.edit'), edit_manifestation_custom_property_path(manifestation_custom_property) %></td>
            <td><%= link_to t('page.destroy'), manifestation_custom_property, method: :delete, data: { confirm: t('page.are_you_sure') } %></td>
          </tr>
        <% end %>
      </tbody>
    </table>
  </div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.new', model: t('activerecord.models.manifestation_custom_property')), new_manifestation_custom_property_path -%></li>
  </ul>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_biblio-0.3.18 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.17 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.16 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.15 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.14 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.13 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.12 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.11 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.10 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.10.rc.3 app/views/manifestation_custom_properties/index.html.erb
enju_biblio-0.3.10.rc.2 app/views/manifestation_custom_properties/index.html.erb