Sha256: 2068de0bac2affe35acb5609d4ef70fea5ab8bf449ac0190f1a5252f8bf4669d
Contents?: true
Size: 392 Bytes
Versions: 25
Compression:
Stored size: 392 Bytes
Contents
<p><%= t(".email_intro") %></p> <p><%= t(".email_budgets") %></p> <ul> <% @orders.each do |order| %> <li> <%= link_to( translated_attribute(order.budget.title), routes.budget_url(order.budget, host: @organization.host) ) %> </li> <% end %> </ul> <p><%= t(".email_outro") %></p> <%= link_to( t(".email_link"), routes.root_url(host: @organization.host) ) %>
Version data entries
25 entries across 25 versions & 1 rubygems