Sha256: 5fb4d3f99990817af87c0081eb4bae2e6c1dde4e5a4ce849e8fcf6b75de28bab

Contents?: true

Size: 557 Bytes

Versions: 17

Compression:

Stored size: 557 Bytes

Contents

<% add_decidim_page_title(t("last_activity", scope: "decidim.last_activities.index")) %>

<%# NOTE: this page does not use a regular layout %>
<main class="container">
  <h1 class="title-decorator my-12"><%= t("last_activity", scope: "decidim.last_activities.index") %></h1>

  <div class="profile__activity pb-16">
    <%= cell "decidim/resource_types_filter", resource_types, form_path: last_activities_path, filter_param_key: :with_resource_type, filter: %>
    <div id="activities">
      <%= render partial: "activities" %>
    </div>
  </div>
</main>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc2 app/views/decidim/last_activities/index.html.erb
decidim-core-0.30.0.rc1 app/views/decidim/last_activities/index.html.erb
decidim-core-0.29.2 app/views/decidim/last_activities/index.html.erb
decidim-core-0.28.5 app/views/decidim/last_activities/index.html.erb
decidim-core-0.29.1 app/views/decidim/last_activities/index.html.erb
decidim-core-0.28.4 app/views/decidim/last_activities/index.html.erb
decidim-core-0.29.0 app/views/decidim/last_activities/index.html.erb
decidim-core-0.28.3 app/views/decidim/last_activities/index.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/last_activities/index.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/last_activities/index.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/last_activities/index.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/last_activities/index.html.erb
decidim-core-0.28.2 app/views/decidim/last_activities/index.html.erb
decidim-core-0.28.1 app/views/decidim/last_activities/index.html.erb
decidim-core-0.28.0 app/views/decidim/last_activities/index.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/last_activities/index.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/last_activities/index.html.erb