Commit 417777d9e8d7c52132ee1c7979e78480a69f47b9
1 parent
8b0eeacd
Exists in
colab
and in
4 other branches
Fixed compound metric form with broken layout for buttons
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
app/views/compound_metric_configurations/_form.html.erb
... | ... | @@ -36,8 +36,7 @@ |
36 | 36 | </div> |
37 | 37 | <%= f.hidden_field(:kalibro_configuration_id, value: @kalibro_configuration_id) %> |
38 | 38 | <%= link_to t('back'), kalibro_configuration_path(@kalibro_configuration_id), class: 'btn btn-default' %> |
39 | + <%= f.submit t('save'), class: 'btn btn-primary' %> | |
39 | 40 | <% end %> |
40 | 41 | </div> |
41 | 42 | </div> |
42 | -<br> | |
43 | -<%= f.submit t('save'), class: 'btn btn-primary' %> | ... | ... |