Skip to content

Commit

Permalink
Merge pull request spree#7147 from edenisn/change_and_tag_span_to_p_i…
Browse files Browse the repository at this point in the history
…n_admin_form_taxons

Change closed tag span to p in admin taxons form
  • Loading branch information
damianlegawiec committed Feb 28, 2016
2 parents fc1f9af + 074c165 commit 8c6707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/admin/taxons/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<%= text_field_tag :permalink_part, @permalink_part, :class => 'form-control' %>
<p class="help-block" id="permalink_part_display">
<%= @taxon.permalink.split('/')[0...-1].join('/') + '/' %>
</span>
</p>
<% end %>

<%= f.field_container :icon, class: ['form-group'] do %>
Expand Down

0 comments on commit 8c6707c

Please sign in to comment.