diff --git a/app/views/icons/_chevron_left.html.erb b/app/views/icons/_chevron_left.html.erb new file mode 100644 index 00000000..389b06ad --- /dev/null +++ b/app/views/icons/_chevron_left.html.erb @@ -0,0 +1,4 @@ + + + + diff --git a/app/views/submissions/show.html.erb b/app/views/submissions/show.html.erb index 1c22ca0e..93f02f68 100644 --- a/app/views/submissions/show.html.erb +++ b/app/views/submissions/show.html.erb @@ -41,7 +41,7 @@ <% end %> -
+
<% fields_index = Templates.build_field_areas_index(@submission.template_fields || @submission.template.fields) %> <% values = @submission.submitters.reduce({}) { |acc, sub| acc.merge(sub.values) } %> @@ -71,7 +71,7 @@ <% end %>
- +
<%= render 'scripts/autosize_field' %>