% work_skin = params[:skin_type] && params[:skin_type] == 'WorkSkin' %>
<%= ts('A site skin lets you change the way the Archive is presented when you are logged in to your account. You can use work skins to customize the way your own works are shown to others.') %> <%= link_to_help 'skins-basics' %>
<%= render 'skin_type_navigation' %><%= work_skin ? ts('No work skins here yet!') : ts('No site skins here yet!') %> <% if logged_in? %><%= link_to ts('Why not try making one?'), new_skin_path(skin_type: work_skin ? 'WorkSkin' : 'Skin') %><% end %>
<% else %>