Finish remaining question types
This commit is contained in:
parent
0d54f756d8
commit
5bd1e821f7
20 changed files with 431 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
<%= link_to sections_url do %>Home<% end %>
|
||||
<% @sections.each do |section| %>
|
||||
<%= link_to section.title, section_url(section) %>
|
||||
<% end %>
|
||||
|
||||
<h4><%= @section.title %></h4>
|
||||
|
||||
<p><%= @section.description %></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue