danielweinmann/unlock

View on GitHub
app/views/initiatives/index.html.slim

Summary

Maintainability
Test Coverage
- content_for :title do
  - if params[:scope].present?
    = t(".scoped.#{params[:scope]}")
  - else
    = t('.title')
- if @initiatives.exists?
  section.initiatives= render @initiatives