forked from bofh/fetsite
4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
<% question_templates.each do |q| %>
|
|
<%= link_to q.title, new_survey_question_path() %>
|
|
<% end %>
|