Sha256: 7106380edb268d7ba5d5f22ce9497a350d8154420a39b5311dd97bf3f7901f2b
Contents?: true
Size: 611 Bytes
Versions: 5
Compression:
Stored size: 611 Bytes
Contents
<%= body do %> <%= header do %> <img src="<%= InsteddRails.url %>/theme/images/header/logos/<%= application_name.underscore %>.png"/> <img src="<%= InsteddRails.url %>/theme/images/header/shadow_small.png"/> <% end %> <%= content do %> <%= yield %> <% end %> <%= footer do %> <hr/> <p> <%= t("do_you_have_questions_or_need_help_contact_us_at", :default => "Do you have questions or need help? Contact us at") %> <%= link "mailto:support@instedd.org?subject=#{application_name.titleize}" do %> support@instedd.org <% end %> </p> <% end %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems