Новости компании

<%= select_month(@from, options = {prefix: 'from'}, html_options = {class: 'form-control news-form-control'}) %>
<%= select_year(@from, options = {prefix: 'from', start_year: 2018, end_year: Date.today.year}, html_options = {class: 'form-control news-form-control'}) %>
<%= render :partial => 'news/news_item_preview', :collection => @news_items %>