Skip to content

Commit 8f04b1f

Browse files
committed
changes
1 parent f9cee9b commit 8f04b1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/views/contact/new.html.erb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515
<%= f.label :message %>
1616
<%= f.text_field :message %>
1717
</div>
18-
<div class="actions"><%= f.submit "Submit" %></div>
18+
<div class="actions">
19+
<%= f.submit "Submit" %>
20+
<%= link_to "Back", root_path, id: 'button' %>
21+
<!-- input[type=submit] -->
22+
</div>
1923
<% end %>
2024
</div>
2125
</div>

0 commit comments

Comments
 (0)