X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fviews%2Fauthors%2Fshow.html.erb;fp=app%2Fviews%2Fauthors%2Fshow.html.erb;h=3c114a2e32e39ececb361487384b744f03cbbf34;hb=d8a82884effe9d5f500400351164f1ce21c22f67;hp=bbaf0844e55f407f7129c5ea1a1a20d984af28ea;hpb=d85b46502d897da30c19df5b2978bcf05c82ef52;p=pettanr%2Fpettanr.git diff --git a/app/views/authors/show.html.erb b/app/views/authors/show.html.erb index bbaf0844..3c114a2e 100644 --- a/app/views/authors/show.html.erb +++ b/app/views/authors/show.html.erb @@ -1,8 +1,19 @@ +

<%= t '.title' -%>

<%= notice %>

- name: - <%= h(@au.name) %> + <%= t_m 'Author.name' -%>: + <%= h @au.name %>

-<%= link_to 'Back', :controller => 'authors' %> +

+ <%= t_m 'Author.created_at' -%>: + <%= l @au.created_at %> +

+ +

+ <%= t_m 'Author.updated_at' -%>: + <%= l @au.updated_at %> +

+ +<%= link_to t('link.back'), authors_path %>