X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fviews%2Fauthors%2Fshow.html.erb;h=2ffcf81d9a79137f5173a4904f861d453e217e71;hb=4de70a43f48c9becfd180631289f7a4d480bb5b8;hp=97f54d2234fa2a21e49f3d578c2b6f16e346de8e;hpb=cd7625bb17399ae415247f48b1aa0758518d425d;p=pettanr%2Fpettanr.git diff --git a/app/views/authors/show.html.erb b/app/views/authors/show.html.erb index 97f54d22..2ffcf81d 100644 --- a/app/views/authors/show.html.erb +++ b/app/views/authors/show.html.erb @@ -18,13 +18,53 @@

+ <%= link_to t('authors.show.to_scrolls'), scrolls_author_path(@au) %> +

+ +

+ <%= link_to t('authors.show.to_scroll_panels'), scroll_panels_author_path(@au) %> +

+ +

<%= link_to t('authors.show.to_comics'), comics_author_path(@au) %>

+ <%= link_to t('authors.show.to_stories'), stories_author_path(@au) %> +

+ +

+ <%= link_to t('authors.show.to_story_sheets'), story_sheets_author_path(@au) %> +

+ +

+ <%= link_to t('authors.show.to_sheets'), sheets_author_path(@au) %> +

+ +

+ <%= link_to t('authors.show.to_sheet_panels'), sheet_panels_author_path(@au) %> +

+ +

<%= link_to t('authors.show.to_panels'), panels_author_path(@au) %>

+

+ <%= link_to t('authors.show.to_panel_pictures'), panel_pictures_author_path(@au) %> +

+ +

+ <%= link_to t('authors.show.to_speech_balloons'), speech_balloons_author_path(@au) %> +

+ +

+ <%= link_to t('authors.show.to_ground_pictures'), ground_pictures_author_path(@au) %> +

+ +

+ <%= link_to t('authors.show.to_ground_colors'), ground_colors_author_path(@au) %> +

+ <% if @au.own?(@author) %> <%= link_to t('link.edit'), edit_author_path(@au) %> <% end %>