<% 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 %> <%= 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 %> <% if story.own? author %> <%= render 'order', :story => story %> <% else %> No.<%= story.t %> <% end %>