Skip to content

Commit

Permalink
Merge pull request #6 from fordmadox/patch-1
Browse files Browse the repository at this point in the history
Update _template.html.erb
  • Loading branch information
marktriggs committed Mar 29, 2016
2 parents 2e818bc + 215f67b commit d47cc67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/views/defaults/_template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<h3><%= I18n.t "defaults.general_section" %></h3>
<%= form.label_and_boolean "show_suppressed", {}, form.default_for("show_suppressed") %>
<%= form.label_and_boolean "publish", {}, form.default_for("publish") %>

<%= form.label_and_boolean "default_values", {}, form.default_for("default_values") %>

<h3><%= I18n.t "defaults.accession_browse_section" %></h3>
<%=
out = ''
Expand Down

0 comments on commit d47cc67

Please sign in to comment.