Skip to content

Commit

Permalink
Remove redundant class
Browse files Browse the repository at this point in the history
  • Loading branch information
potomak committed Oct 8, 2017
1 parent 73a2ff2 commit b881807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
<%= f.text_field :color, placeholder: '#ccff00', help: t('helpers.help.user.color') %>
<div id="colorpicker" class="col-sm-4"></div>
</div>
<%= f.submit class: 'btn btn-default' %>
<%= f.submit %>
<% end %>

0 comments on commit b881807

Please sign in to comment.