aboutsummaryrefslogtreecommitdiff
blob: 40a413ee31f3f39a03f8721300f4be71ea1e8d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<show-page>
  <append-collection-section: if="&this.current?">
    <h3 class="collection-heading">
      Suggested items:
    </h3>
    <with with="&AgendaItem.all(:conditions => { :agenda_id => nil, :rejected => false })">
      <collection unless="&this.nil?" />
    </with>
  </append-collection-section:>
  <append-content-body:>
    <div class="transition" if="&Agenda.transitions_available(current_user)">
      <collection:possible_transitions>
        <a href="&send(this.second)"><view:first/></a>
      </collection>
    </div>
  </append-content-body:>
</show-page>