OSDN Git Service

iroiro
[pettanr/pettanr.git] / app / views / home / index.html.erb
1 <h1><%= h(current_author.name) -%>(<%= h(current_author.email) -%>)</h1>
2
3 <div>
4 <p>絵師活動</p>
5 <% if current_author.artist? -%>
6   <%= link_to h(current_author.artist.name), current_author.artist %>です
7 <% else -%>
8   <p>まだ絵師登録していません。</p>
9   <p>登録する</p>
10 <% end -%>
11 </div>