<%= link_to budget_path(budget), class: link_class do %> <% if voted? && !voting_finished? %> <%= translated_attribute(title) %> <%= icon "check", class: "icon--small", role: "img" %> <% else %> <%= translated_attribute(title) %> <% if progress? && !voting_finished? %> <%= icon "bookmark", class: "icon--small", role: "img" %> <% end %> <% end %> <% end %>