Sha256: 5e13095a02bf967a4651db76ba6c8e1385ee4ce2fbc2e43fea6c8922521d59ff
Contents?: true
Size: 780 Bytes
Versions: 14
Compression:
Stored size: 780 Bytes
Contents
<div class="<%= card_class %>"> <div class="card--list__text"> <%= link_to budget_path(budget), class: link_class do %> <% if voted? && !voting_finished? %> <strong> <%= translated_attribute(title) %> </strong> <span class="button tiny success card--list__check card--list__check--disabled"> <%= icon "check", class: "icon--small", role: "img" %> </span> <% else %> <%= translated_attribute(title) %> <% if progress? && !voting_finished? %> <span class="button tiny hollow secondary card--list__check card--list__check--disabled"> <%= icon "bookmark", class: "icon--small", role: "img" %> </span> <% end %> <% end %> <% end %> </div> </div>
Version data entries
14 entries across 14 versions & 1 rubygems