<%= t '.title' -%>

<% @speeches.each do |speech| %> <% end %>
<%= t_m 'Speech.id' -%> <%= t_m 'Speech.speech_balloon_id' -%> <%= t_m 'Speech.content' -%> <%= t_m 'Speech.x' -%> <%= t_m 'Speech.y' -%> <%= t_m 'Speech.width' -%> <%= t_m 'Speech.height' -%> <%= t_m 'Speech.quotes' -%> <%= t_m 'Speech.settings' -%> <%= t_m 'Speech.created_at' -%> <%= t_m 'Speech.updated_at' -%>
<%= link_to speech.id, browse_speech_path(speech) %> <%= link_to speech.speech_balloon_id, browse_speech_balloon_path(speech.speech_balloon) %> <%= h(truncate(speech.content, :length => 20)) %> <%= speech.x %> <%= speech.y %> <%= speech.width %> <%= speech.height %> <%= h speech.quotes %> <%= h(truncate(speech.settings, :length => 12)) %> <%= l speech.created_at %> <%= l speech.updated_at %>