OSDN Git Service

fix:error dlg
[pettanr/pettanr.git] / app / views / artists / show.html.erb
index 70d3626..9292d6c 100644 (file)
@@ -1,5 +1,23 @@
-<p id="notice"><%= notice %></p>
+<% @page_title = t('.title') + ':' + @item.name %>
+<h1>
+  <%= link_to icon_tag('Artist'), artist_path(@item) %>
+  <%= link_to h(@item.name), artist_path(@item) %>
+  <%= link_to icon_tag('Prof'), artist_path(@item, :format => :prof) %>
+</h1>
 
-投稿された素材
+<p>
+  <b><%= t_m 'Artist.created_at' -%>:</b>
+  <%= l @item.created_at %>
+</p>
 
-<%= link_to 'Back', artists_path %>
+<p>
+  <b><%= t_m 'Artist.updated_at' -%>:</b>
+  <%= l @item.updated_at %>
+</p>
+
+<% if @item.own?(@item) %>
+  <h3><%= t('editor') -%></h3>
+  <p id="notice"><%= notice %></p>
+  
+  <%= link_to t('link.edit'), edit_artist_path(@item) %>
+<% end %>