Skip to content

Commit

Permalink
Updated contact#new view to use modal layout settings
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamb committed Jan 20, 2014
1 parent cb398e7 commit e8cec50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/views/contacts/new.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
<%= render 'form' %>
<% @title = "Contact Us" %>
<%= render 'form' %>
<% content_for :footer do %>
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" id="modal-form-submit" class="btn btn-primary">Send</button>
<% end %>

0 comments on commit e8cec50

Please sign in to comment.