<%= t("web_link.please_save") %>
<%= t("web_link.position") %>
<%= t("web_link.link") %>
<% @links.each_with_index do |link,i| %>
<%= (i + 1).to_s %>
<%= link.title.html_safe %>
<% end %>
<%= t("web_link.save_order") %>