This commit is contained in:
r888888888
2013-05-31 15:34:25 -07:00
parent 0e19fc9cb3
commit b0d70ede4c
4 changed files with 40 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
<li><%= link_to "Show", artist_path(@artist) %></li>
<% if CurrentUser.is_member? %>
<li><%= link_to "Edit", edit_artist_path(@artist) %></li>
<% end %>
<% if CurrentUser.is_builder? %>
<li><%= link_to "Edit name", edit_name_artist_path(@artist) %></li>
<% end %>
<li><%= link_to "History", artist_versions_path(:search => {:artist_id => @artist.id}) %></li>