<%= ts('This wizard only creates site skins. You can also %{link} which can be used to add styling to works that you post.', link: link_to(ts('create a work skin'), url_for(skin_type: 'WorkSkin'))).html_safe %>
<%= link_to_help 'skins-basics' %>
<%= ts('Site Skin Wizard') %>
<%= form_for @skin, html: { class: "wizard skin verbose post" } do |f| %>
<%= render 'wizard_form', f: f %>
<% end %>