X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fscrolls%2Fbrowse.html.erb;fp=app%2Fviews%2Fscrolls%2Fbrowse.html.erb;h=62e9f5e13396276797087ebb7ba6db67a488846f;hp=c93e62246df87a82b31c8e9875b42933859bb54d;hb=305f415a00ff3da658a5ee77cf966e7f76f8230f;hpb=000b5d5ef4f3cf02793ae6a06855b7bd3cd9a78f diff --git a/app/views/scrolls/browse.html.erb b/app/views/scrolls/browse.html.erb index c93e6224..62e9f5e1 100644 --- a/app/views/scrolls/browse.html.erb +++ b/app/views/scrolls/browse.html.erb @@ -1,34 +1,34 @@

<%= t '.title' -%>

- <%= t_m 'Comic.id' -%>: - <%= h @comic.id %> + <%= t_m 'Scroll.id' -%>: + <%= h @scroll.id %>

- <%= t_m 'Comic.title' -%>: - <%= h @comic.title %> + <%= t_m 'Scroll.title' -%>: + <%= h @scroll.title %>

- <%= t_m 'Comic.visible' -%>: - <%= @comic.visible %> - <%= t_selected_item('comic_visible_items', @comic.visible) %> + <%= t_m 'Scroll.visible' -%>: + <%= @scroll.visible %> + <%= t_selected_item('scroll_visible_items', @scroll.visible) %>

- <%= t_m 'Comic.author_id' -%>: - <%= @comic.author_id %> - <%= link_to h(@comic.author.name), browse_author_path(@comic.author) %> + <%= t_m 'Scroll.author_id' -%>: + <%= @scroll.author_id %> + <%= link_to h(@scroll.author.name), browse_author_path(@scroll.author) %>

- <%= t_m 'Comic.created_at' -%>: - <%= l @comic.created_at %> + <%= t_m 'Scroll.created_at' -%>: + <%= l @scroll.created_at %>

- <%= t_m 'Comic.updated_at' -%>: - <%= l @comic.updated_at %> + <%= t_m 'Scroll.updated_at' -%>: + <%= l @scroll.updated_at %>

<%= link_to t('link.back'), :action => :list %>