Sha256: 688956839cc97f006e5e2c40b9479a4238530fd0e8b511334083156ddae84184
Contents?: true
Size: 629 Bytes
Versions: 20
Compression:
Stored size: 629 Bytes
Contents
<%%= t('.greeting') %>,<br/> <br/> <%%= t('.you_recieved_new_<%= singular_name %>') %><br/> <br/> <%%= t('.<%= singular_name %>_starts') %><br/> <br/> <% attributes.each do |attribute| -%> <%%= t('.<%= attribute.name %>', :default => t('activerecord.attributes.<%= singular_name %>.<%= attribute.name %>')) %>: <% if attribute.type.to_s == 'text' %> <% end %><%%= @<%= singular_name %>.<%= attribute.name %> %><%= "<br/>" unless attribute.type.to_s == 'text' %> <% end -%> <br/> <%%= t('.<%= singular_name %>_ends') %><br/> <br/> <%%= t('.closing_line') %>,<br/> <%%= Refinery::Core.site_name %><br/> <br/> <%%= t('.ps_html') %>
Version data entries
20 entries across 20 versions & 2 rubygems