Files
prelang_test/app/views/questions/new.html.erb
2014-02-27 23:58:57 +00:00

6 lines
83 B
Plaintext

<h1>New question</h1>
<%= render 'form' %>
<%= link_to 'Back', questions_path %>