<%= stylesheet_link_tag 'select2' %>
<% if @article.errors.any? %> <%= raw errors_to_html(@article.errors) %> <% end %>
<%= text_field :article, :name, class: "form-control", placeholder: 'Nazwa' %>