Sha256: ce33816657ee900c6784de20b27fa3991d2048d1a3f1f0f97c1f372e33cfe2a7

Contents?: true

Size: 422 Bytes

Versions: 3

Compression:

Stored size: 422 Bytes

Contents

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

<%= render :partial => 'item_in_list', :collection => @items, :as => :item %>

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecm_news2-1.2.0 app/views/ecm/news/items/index.html.erb
ecm_news2-1.1.1 app/views/ecm/news/items/index.html.erb
ecm_news2-1.1.0 app/views/ecm/news/items/index.html.erb