OSDN Git Service

t#32046:
[pettanr/pettanr.git] / app / views / stories / _footer.html.erb
diff --git a/app/views/stories/_footer.html.erb b/app/views/stories/_footer.html.erb
deleted file mode 100644 (file)
index 56e9367..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<table class="no-border" style="margin: 0px; padding: 0px; width=100%">
-  <tr>
-    <td>
-      <% if story.panel -%>
-        <%= link_to panel_icon(:object => story.panel, :size => 25), panel_path(story.panel) %>
-        <%= link_to author_icon(:object => story.panel.author, :size => 17), author_path(story.panel.author) %>
-        <%= distance_of_time_in_words_to_now story.panel.updated_at %>
-      <% end %>
-    </td>
-    <td>
-      <%= link_to story_icon(:object => story, :size => 25), story_path(story) %>
-      <%= link_to author_icon(:object => story.author, :size => 17), author_path(story.author) %>
-      <%= l story.updated_at %>
-    </td>
-    <td>
-      <% if story.own? author %>
-        <%= render 'order', :story => story %>
-      <% else %>
-        No.<%= story.t %>
-      <% end %>
-    </td>
-  </tr>
-</table>