Sha256: 2001e0ea833467ca6fb801a1375060413b970d8a1ba602efd8351b2cc4da31e2

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

<% content_for :meta_description, t('ecm.news.news') %>
<% content_for :title, t('ecm.news.news') %>
<h1><%= t('ecm.news.news') %></h1>

<% @items.each_with_index do |item, index| %>
  <%= render partial: 'item_in_list', locals: { item: item, index: (index + 1) } %>
<% end %>

<%= paginate @items, theme: 'twitter-bootstrap-3' %>

<div class="well page-actions">
  <%= link_to(t('ecm.news.views.actions.back'), root_path, class: 'btn btn-default') %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ecm_news2-2.0.11 app/views/ecm/news/items/index.html.erb
ecm_news2-2.0.10 app/views/ecm/news/items/index.html.erb