Skip to content

Commit b38bed0

Browse files
committed
Update edit_type.html.erb
1 parent 04286c6 commit b38bed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/names/edit_type.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<% if @tutorial %>
9696
<%= hidden_field_tag(:return_to, tutorial_path(@tutorial, next: true)) %>
9797
<% end %>
98-
<%= link_to('Cancel', @tutorial || @name, class: 'btn btn-secondary') %>
9998
<%= f.button(:submit, 'Submit') %>
99+
<%= link_to('Cancel', @tutorial || @name, class: 'btn btn-secondary') %>
100100
<br/><br/>
101101
<% end %>

0 commit comments

Comments
 (0)