OSDN Git Service

t#32025:comic rename
[pettanr/pettanr.git] / app / views / scrolls / browse.html.erb
index c93e622..62e9f5e 100644 (file)
@@ -1,34 +1,34 @@
 <h1><%= t '.title' -%></h1>
 <p>
-  <b><%= t_m 'Comic.id' -%>:</b>
-  <%= h @comic.id %>
+  <b><%= t_m 'Scroll.id' -%>:</b>
+  <%= h @scroll.id %>
 </p>
 
 <p>
-  <b><%= t_m 'Comic.title' -%>:</b>
-  <%= h @comic.title %>
+  <b><%= t_m 'Scroll.title' -%>:</b>
+  <%= h @scroll.title %>
 </p>
 
 <p>
-  <b><%= t_m 'Comic.visible' -%>:</b>
-  <%= @comic.visible %>
-  <%= t_selected_item('comic_visible_items', @comic.visible) %>
+  <b><%= t_m 'Scroll.visible' -%>:</b>
+  <%= @scroll.visible %>
+  <%= t_selected_item('scroll_visible_items', @scroll.visible) %>
 </p>
 
 <p>
-  <b><%= t_m 'Comic.author_id' -%>:</b>
-  <%= @comic.author_id %>
-  <%= link_to h(@comic.author.name), browse_author_path(@comic.author) %>
+  <b><%= t_m 'Scroll.author_id' -%>:</b>
+  <%= @scroll.author_id %>
+  <%= link_to h(@scroll.author.name), browse_author_path(@scroll.author) %>
 </p>
 
 <p>
-  <b><%= t_m 'Comic.created_at' -%>:</b>
-  <%= l @comic.created_at %>
+  <b><%= t_m 'Scroll.created_at' -%>:</b>
+  <%= l @scroll.created_at %>
 </p>
 
 <p>
-  <b><%= t_m 'Comic.updated_at' -%>:</b>
-  <%= l @comic.updated_at %>
+  <b><%= t_m 'Scroll.updated_at' -%>:</b>
+  <%= l @scroll.updated_at %>
 </p>
 
 <%= link_to t('link.back'), :action => :list %>