app/views/help_requests/new.html.erb in curate-0.3.2 vs app/views/help_requests/new.html.erb in curate-0.4.2
- old
+ new
@@ -30,10 +30,10 @@
<dd id="help-platfrom">
<%= help_request.platform %>
</dd>
<dt><%= t('sufia.product_name') %> Version</dt>
<dd id="help-platfrom">
- <%= Rails.configuration.build_identifier %>
+ <%= Curate.configuration.build_identifier %>
</dd>
<dt>Current URL</dt>
<dd id="help-url"<%= ' class="unset"'.html_safe if help_request.current_url? %>>
<%= help_request.current_url %>
</dd>