OSDN Git Service

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