Sha256: a71a6bc487df912092659778cfdd73559f6dfce916fed0902f6c59dbaf1df5be

Contents?: true

Size: 1.62 KB

Versions: 14

Compression:

Stored size: 1.62 KB

Contents

<%= render partial: "decidim/shared/component_announcement" %>

<%= dynamic_map_for meetings_data_for_map(geocoded_meetings) do %>
  <template id="marker-popup">
    <div class="map-info__content">
      <h3>${title}</h3>
      <div id="bodyContent">
        <p>{{html description}}</p>
        <div class="map__date-adress">
          <div class="card__datetime">
            <div class="card__datetime__date">
              ${startTimeDay} <span class="card__datetime__month">${startTimeMonth} ${startTimeYear}</span>
            </div>
            <div class="card__datetime__time">${starTime}</div>
          </div>
          <div class="address card__extra">
            <div class="address__icon">{{html icon}}</div>
            <div class="address__details">
              <strong>{{html location}}</strong><br />
              <span>${address}</span><br />
              <span>{{html locationHints}}</span>
            </div>
          </div>
        </div>
        <div class="map-info__button">
          <a href="${link}" class="button button--sc">
            <%= t(".view_meeting") %>
          </a>
        </div>
      </div>
    </div>
  </template>
  <%= stylesheet_link_tag "decidim/map" %>
  <%= javascript_include_tag "decidim/map" %>
<% end %>

<div class="row">
  <div class="columns mediumlarge-4 large-3">
    <%= render partial: "filters_small_view" %>
    <div class="card card--secondary show-for-mediumlarge">
      <%= render partial: "filters" %>
    </div>
  </div>
  <div id="meetings" class="columns mediumlarge-8 large-9">
    <%= render partial: "meetings" %>
  </div>
</div>

<%= javascript_include_tag("decidim/filters") %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
decidim-meetings-0.14.4 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.14.3 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.14.2 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.14.1 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.13.1 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.12.2 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.13.0 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.12.1 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.13.0.pre1 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.12.0 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.11.2 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.12.0.pre app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.11.1 app/views/decidim/meetings/meetings/index.html.erb
decidim-meetings-0.11.0.pre1 app/views/decidim/meetings/meetings/index.html.erb