Skip to content

Commit

Permalink
minor fix on admin again
Browse files Browse the repository at this point in the history
  • Loading branch information
andresvial committed Dec 5, 2020
1 parent d98a30f commit 5da55d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/police_units/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>

<div class="form-group col-10">
<%= form.label :unidad_policial %>
<%= form.label :comisaria %>
<%= form.collection_select(:police_station_id, PoliceStation.not_deleted.all, :id, :name, {}, { class: "form-control" }) %>
</div>

Expand Down

0 comments on commit 5da55d4

Please sign in to comment.