Sha256: e29d7f30cccb97dc6aee8356ad2596bf1b946a4ec59c9bd2df1810253c8bbfc0

Contents?: true

Size: 491 Bytes

Versions: 41

Compression:

Stored size: 491 Bytes

Contents

<% provide(:meta_title, current_organization.name) %>

<%= render partial: 'pages/home/hero' %>

<% if !translated_attribute(current_organization.description).blank? %>
  <%= render partial: 'pages/home/sub_hero' %>
<% end %>

<%= render partial: 'pages/home/highlighted_processes' %>

<%= render partial: 'pages/home/extended' %>

<% if current_organization.show_statistics? %>
  <%= render partial: 'pages/home/statistics' %>
<% end %>

<%= render partial: 'pages/home/footer_sub_hero' %>

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
decidim-core-0.0.5 app/views/pages/home.html.erb