OSDN Git Service

e45cd11b4e3cbf2085f160ca84266721c247fb31
[pettanr/pettanr.git] / app / views / home / index.html.erb
1 <h1><%= h(current_author.name) -%>(<%= h(current_author.email) -%>)</h1>
2 <div>
3 あなたの認証トークンは<%= current_author.authentication_token %>です
4 </div>
5
6 <div>
7 <p>絵師活動</p>
8 <% if current_author.artist? -%>
9   <%= link_to h(current_author.artist.name), current_author.artist %>です
10 <% else -%>
11   <p>まだ絵師登録していません。</p>
12   <p>登録する</p>
13 <% end -%>
14 </div>