Sha256: 0039a5176d0adb55a9d465c899cbb2f67367c3a78ed5c1a09c58a549340a71d1
Contents?: true
Size: 889 Bytes
Versions: 54
Compression:
Stored size: 889 Bytes
Contents
<% content_for :title do %><%= @harvest_source.name %><% end %> <h1>Harvest Source: <%= @harvest_source.name %></h1> <dl> <dt>Name</dt> <dd><%= @harvest_source.name %></dd> <dt>Source type</dt> <dd><%= @harvest_source.source_type %></dd> <dt>Metadata schema</dt> <dd><%= @harvest_source.metadata_schema %></dd> <dt>URI</dt> <dd><%= @harvest_source.uri %></dd> <dt>Notes</dt> <dd><%= @harvest_source.notes %></dd> </dl> <%= link_to 'Edit', edit_harvest_source_path(@harvest_source) %> <%= button_to 'Delete', harvest_source_path(@harvest_source), method: :delete, data: { confirm: 'Do you really want to delete this ' \ 'harvest source?' } %> <%= link_to 'Back', institution_harvest_sources_path( institution_id: @harvest_source.institution_id ) %>
Version data entries
54 entries across 54 versions & 1 rubygems