AyuntamientoMadrid/participacion

View on GitHub
app/views/officing/dashboard/index.html.erb

Summary

Maintainability
Test Coverage
<div class="dashboard">
  <h2><%= t("officing.dashboard.index.title") %></h2>

  <p><%= t("officing.dashboard.index.info") %></p>

  <% if no_shifts? %>
    <div class="callout warning">
      <%= t("officing.dashboard.index.no_shifts") %>
    </div>
  <% end %>
</div>