OSDN Git Service

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