Commit d65a2fb42af79ae253c1a26ce55837c9357bbbc4

Authored by Evandro Jr
2 parents 9dfdd02b b12ffc48

Merge branch 'email_template' into production

app/views/email_templates/edit.html.erb
1   -<h1>_('Editing Email Template')</h1>
  1 +<h1><%= _('Editing Email Template') %></h1>
2 2  
3 3 <%= render 'form' %>
... ...
app/views/email_templates/new.html.erb
1   -<h1>_('New Email Template')</h1>
  1 +<h1><%= _('New Email Template') %></h1>
2 2  
3 3 <%= render 'form' %>
... ...