OSDN Git Service

Adds sbgy without layout
[dianzhuhui/site.git] / hanMorph / app / views / sbgy / index.html.erb
1 <% content_for :head do %>廣韻(巻)<% end %>
2
3 <p>
4   <%= link_to("Index", :controller => "kanjidb", :action => "index") %>
5   <%= link_to("Show", :action => "show") %>
6 </p>
7
8 <% @volumes.each do |volume| %>
9   <p><%= volume.title %></p>
10   <p>
11     <% @rhymes.shift.each do |rhyme| %>
12       <%= link_to(rhyme.name, :action => "rhyme", :id => rhyme.id) %>
13     <% end %>
14   </p>
15 <% end %>