sanger/sequencescape

View on GitHub
app/views/admin/custom_texts/edit.html.erb

Summary

Maintainability
Test Coverage

<% add :about, "Edit a custom text" -%>

<%= page_title "CUSTOM TEXT", "Edit" %>

<p>To edit the custom text, complete the form below. Required fields are marked with <%= required_marker %>.</p>

<div id="custom_text">
  <%= form_for :custom_text, url: admin_custom_text_path(@custom_text), html: {method: :put} do |form| -%>
    <%= render partial: "edit_custom_text", locals: { read_only: false, form: form, custom_text: @custom_text } -%>
  <% end -%>
</div>
<%#= debug @custom_text %>