petities/petitions.eu

View on GitHub
app/views/petitions/_petition_updates.html.slim

Summary

Maintainability
Test Coverage
div.page.vervolg
  section.vervolg-main

    h1.petition-section-title.left
      = t('update.news_updates')
    div.update-container id="petitionnews"

      = render partial: 'updates/list'

    div.navigation-bar
      = paginate @updates, params: { anchor: 'petitionnews' }

  aside.vervolg-side
    - if current_user && current_user.has_role?(:admin, @petition)
      div.side-article-container.whitespace
        h2= t('help.petition.update.markdown')
        p= raw t('help.petition.update.descr')

      div.side-article-container.whitespace
        h2= t('help.petition.update.links')
        p= raw t('help.petition.update.descr2')


      div.side-article-container.whitespace
        h2= t('help.petition.update.tips')
        p= raw t('help.petition.update.descr3')

      div.side-article-container.whitespace
        h2= t('help.petition.update.help')
        p= raw t('help.petition.update.descr4')