Skip to content

Commit

Permalink
Fix(Projects form): Bootstrap class for resp. users field
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisma committed Mar 27, 2019
1 parent 55e7d94 commit 73a45a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:human_readable_identifier,
selected: selected_user_ids),
{},
{ multiple: true, class: "selecttwo", data: { placeholder: 'Responsible users' }} %>
{ multiple: true, class: "form-control selecttwo", data: { placeholder: 'Responsible users' }} %>
</div>

<%= form.submit id: 'submitProjectButton', class: "btn btn-primary" %>
Expand Down

0 comments on commit 73a45a7

Please sign in to comment.