Sha256: 192a6e1cb91e49121382896bd7b12df4d1bed1787f80c35d73d222ff3cc728c2
Contents?: true
Size: 274 Bytes
Versions: 6
Compression:
Stored size: 274 Bytes
Contents
<h1>Create a new record</h1> <%= bootstrap_form_tag hydra_editor.new_record_path, :method=>:get do |f| %> <%= bootstrap_select_tag :type, options_for_select(object_type_options) %> <%= bootstrap_actions do %> <%= bootstrap_submit_tag 'Next'%> <% end %> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems