Sha256: 918f8884934d3d424c26a3aa818cf301b59718bd510c864268dad3ee3688a357
Contents?: true
Size: 437 Bytes
Versions: 17
Compression:
Stored size: 437 Bytes
Contents
<div class="post"> <div class="post-title"> <h2>Editing Mail Template</h2> </div> <div class="post-body"> <%= form_for(@mail_template, :url => mail_template_path(@mail_template)) do |f| %> <%= render 'form', :f => f %> <% end %> </div> <br /> <h2> <%= link_to 'Back', mail_templates_path(:type => @mail_template.type) %> | <%= link_to 'Show', mail_template_path(@mail_template) %> </h2> </div>
Version data entries
17 entries across 17 versions & 1 rubygems