Sha256: 582b84717e608bed525e0ebf2a921b973cb519c8a0f5f1aaec42f29093b9ce85
Contents?: true
Size: 625 Bytes
Versions: 24
Compression:
Stored size: 625 Bytes
Contents
<% if @component.try(:scopes_enabled) %> <%= t( ".voted_on_space_with_scope", budget_name: translated_attribute(@budget.title), space_name: translated_attribute(@space.title), scope_name: translated_attribute(@component.scope.name), scope_type: translated_attribute(@component.scope.scope_type.name) ) %> <% else %> <%= t( ".voted_on_space", budget_name: translated_attribute(@budget.title), space_name: translated_attribute(@space.title) ) %> <% end %> <p><%= t(".selected_projects") %></p> <ul> <% @order.projects.each do |project| %> <li><%= translated_attribute(project.title) %></li> <% end %> </ul>
Version data entries
24 entries across 24 versions & 1 rubygems