OSDN Git Service

t#:
[pettanr/pettanr.git] / app / views / scrolls / browse.html.erb
diff --git a/app/views/scrolls/browse.html.erb b/app/views/scrolls/browse.html.erb
deleted file mode 100644 (file)
index 62e9f5e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<h1><%= t '.title' -%></h1>
-<p>
-  <b><%= t_m 'Scroll.id' -%>:</b>
-  <%= h @scroll.id %>
-</p>
-
-<p>
-  <b><%= t_m 'Scroll.title' -%>:</b>
-  <%= h @scroll.title %>
-</p>
-
-<p>
-  <b><%= t_m 'Scroll.visible' -%>:</b>
-  <%= @scroll.visible %>
-  <%= t_selected_item('scroll_visible_items', @scroll.visible) %>
-</p>
-
-<p>
-  <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 'Scroll.created_at' -%>:</b>
-  <%= l @scroll.created_at %>
-</p>
-
-<p>
-  <b><%= t_m 'Scroll.updated_at' -%>:</b>
-  <%= l @scroll.updated_at %>
-</p>
-
-<%= link_to t('link.back'), :action => :list %>