<%= link_to l(:label_new_company), new_web_footer_company_path,:class => "icon icon-add" %>
<%=l(:label_web_footer_cooperation_compnay)%>
<% @companys.each do |company| %>
<%= link_to l(:button_edit),edit_web_footer_company_path(company) %>
<%= delete_link web_footer_company_path(company) %>
<% end %>