OSDN Git Service

t#32046:add sheet
[pettanr/pettanr.git] / app / views / stories / _play_footer.html.erb
index f68d13d..055a4cf 100644 (file)
@@ -5,10 +5,6 @@
         <%= link_to story_icon(:object => story, :size => 25), story_path(story) %>
         <%= link_to h(truncate(story.title, :length => 12)), play_story_path(story) %>
       </td>
-      <td>
-        <%= link_to author_icon(:object => story.author, :size => 25), author_path(story.author) %>
-        <%= link_to h(truncate(story.author.name, :length => 12)), author_path(story.author) %>
-      </td>
       <% if story.own? @author -%>
         <td>
           <%= form_for(story) do |f| %>