OSDN Git Service

t#30102:update i18n op rp au ar gc gp pc
[pettanr/pettanr.git] / app / views / artists / show.html.erb
1 <h1><%= t '.title' -%></h1>
2 <p id="notice"><%= notice %></p>
3
4 <p>
5   <b><%= t_m 'Artist.name' -%>:</b>
6   <%= h @artist.name %>
7 </p>
8
9 <p>
10   <b><%= t_m 'Artist.created_at' -%>:</b>
11   <%= l @artist.created_at %>
12 </p>
13
14 <p>
15   <b><%= t_m 'Artist.updated_at' -%>:</b>
16   <%= l @artist.updated_at %>
17 </p>
18
19 <%= link_to t('link.back'), artists_path %>