<%= h(@author.name) -%>(<%= h(@user.email) -%>)

絵師活動

<% if @author.artist? -%> <%= link_to h(@author.artist.name), @author.artist %>です <% else -%>

まだ絵師登録していません。

登録する

<%= render 'original_pictures/artist_register' %> <% end -%>
<%= link_to 'my comics', :action => :comic %> <%= link_to 'my panels', :action => :panel %> <%= link_to 'my pictures', :action => :picture %> <%= link_to 'my panel pictures', :action => :panel_picture %>