OSDN Git Service

t#32025:comic rename
[pettanr/pettanr.git] / app / views / comics / show.html.erb
diff --git a/app/views/comics/show.html.erb b/app/views/comics/show.html.erb
deleted file mode 100644 (file)
index 81a1bbf..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<% @page_title = t('.title') + ':' + @comic.title %>
-<h1><%= t('.title') %></h1>
-<p id="notice"><%= notice %></p>
-
-<p>
-  <b><%= t_m 'Comic.title' -%>:</b>
-  <%= link_to h(@comic.title), :controller => 'stories', :action => :comic, :id => @comic.id %>
-</p>
-
-<p>
-  <b><%= t_m 'Comic.description' -%>:</b>
-  <%= h(@comic.description) %>
-</p>
-
-<p>
-  <b><%= t_m 'Comic.visible' -%>:</b>
-  <%= t_selected_item('comic_visible_items', @comic.visible) %>
-</p>
-
-<p>
-  <b><%= t_m 'Comic.author_id' -%>:</b>
-  <%= link_to h(@comic.author.name), author_path(@comic.author) %>
-</p>
-
-<p>
-  <b><%= t_m 'Comic.created_at' -%>:</b>
-  <%= l @comic.created_at %>
-</p>
-
-<p>
-  <b><%= t_m 'Comic.updated_at' -%>:</b>
-  <%= l @comic.updated_at %>
-</p>
-
-<%= link_to t('link.edit'), edit_comic_path(@comic) %>