Basic styling of sections page
This commit is contained in:
parent
156caecb21
commit
7656f2a277
9 changed files with 134 additions and 25 deletions
|
@ -1,6 +1,7 @@
|
|||
<%= link_to sections_url do %>Home<% end %>
|
||||
<% @sections.each do |section| %>
|
||||
<%= link_to section.title, section_url(section) %>
|
||||
<% content_for(:header) do %>
|
||||
<% @sections.each do |section| %>
|
||||
<%= link_to section.title, section_url(section) %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<h4><%= @section.title %></h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue