Skip to content

Commit

Permalink
move btn separator within conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Jun 29, 2023
1 parent 1771217 commit 048f7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bulkrax/importers/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div class='pull-right'>
<% if ENV['SHOW_CREATE_AND_VALIDATE'] == 'true' %>
<%= form.button :submit, value: 'Create and Validate', class: 'btn btn-primary' %>
|
<% end %>
|
<%= form.button :submit, value: 'Create and Import', class: 'btn btn-primary' %>
|
<%= form.button :submit, value: 'Create', class: 'btn btn-primary' %>
Expand Down

0 comments on commit 048f7bd

Please sign in to comment.