Sha256: d6defad5c3119a04f1bd24836a4d9a33a0ee8aba366673cbd86d49b663ca52c1

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

<%- @page_title = "GBL♦Admin - Document - Data Dictionaries" %>

<div id="<%= dom_id document_data_dictionary %>">
  <h2>
    <%= document_data_dictionary.name %>
    <%= link_to '~ Edit Data Dictionary', edit_admin_document_document_data_dictionary_path, { class: 'btn btn-primary float-right' } %>
  </h2>

  <table class="table table-bordered">
    <thead class="thead-dark">
      <tr>
        <th class="header" style="width:300px;">Attribute</th>
        <th class="header">Value</th>
      </tr>
    </thead>
    <tr>
      <th>Friendlier Id</th>
      <td><%= document_data_dictionary.friendlier_id %></td>
    </tr>
    <tr>
      <th>Name</th>
      <td><%= document_data_dictionary.name %></td>
    </tr>
    <tr>
      <th>Description</th>
      <td><%= document_data_dictionary.description %></td>
    </tr>
    <tr>
      <th>Staff Notes</th>
      <td><%= document_data_dictionary.staff_notes %></td>
    </tr>
    <tr>
      <th>Tags</th>
      <td><%= document_data_dictionary.tags %></td>
    </tr>
  </table>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geoblacklight_admin-0.7.0 app/views/admin/document_data_dictionaries/_document_data_dictionary.html.erb