Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacur committed Mar 16, 2018
1 parent f2a33a5 commit e94dfbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/barcode_items/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@

<div class="row">
<div class="col-xs-8 col-md-6 col-lg-3">
<%= f.input :global,
as: :radio_buttons,
label: "Make this barcode available to everyone?" %>
<%= f.input :global,
as: :radio_buttons,
label: "Make this barcode available to everyone?" %>
</div><!-- ./col-xs-8 -->
</div><!-- /.row -->

Expand Down

0 comments on commit e94dfbe

Please sign in to comment.