2011-10-08 23:36:38 +02:00
|
|
|
%p This is page with preview for all system emails that are sent to user
|
2011-10-26 15:46:25 +02:00
|
|
|
%p Email previews built based on existing Project/Commit/Issue base - so some preview maybe unavailable unless object appear in system
|
2011-10-08 23:36:38 +02:00
|
|
|
|
|
|
|
#accordion
|
|
|
|
%h3
|
|
|
|
%a New user
|
2011-10-26 15:46:25 +02:00
|
|
|
%div
|
2011-10-08 23:36:38 +02:00
|
|
|
%iframe{ :src=> admin_mailer_preview_user_new_path, :width=>"100%", :height=>"350"}
|
|
|
|
%h3
|
|
|
|
%a New issue
|
2011-10-26 15:46:25 +02:00
|
|
|
%div
|
2011-10-08 23:36:38 +02:00
|
|
|
%iframe{ :src=> admin_mailer_preview_issue_new_path, :width=>"100%", :height=>"350"}
|
2011-10-26 15:46:25 +02:00
|
|
|
%h3
|
2011-10-08 23:36:38 +02:00
|
|
|
%a Commit note
|
|
|
|
%div
|
|
|
|
%iframe{ :src=> admin_mailer_preview_note_path(:type => "Commit"), :width=>"100%", :height=>"350"}
|
|
|
|
%h3
|
|
|
|
%a Issue note
|
2011-10-26 15:46:25 +02:00
|
|
|
%div
|
2011-10-08 23:36:38 +02:00
|
|
|
%iframe{ :src=> admin_mailer_preview_note_path(:type => "Issue"), :width=>"100%", :height=>"350"}
|
|
|
|
%h3
|
|
|
|
%a Wall note
|
2011-10-26 15:46:25 +02:00
|
|
|
%div
|
2011-10-08 23:36:38 +02:00
|
|
|
%iframe{ :src=> admin_mailer_preview_note_path(:type => "Wall"), :width=>"100%", :height=>"350"}
|
|
|
|
|
2011-10-26 15:46:25 +02:00
|
|
|
:javascript
|
2011-10-08 23:36:38 +02:00
|
|
|
$(function() {
|
|
|
|
$( "#accordion" ).accordion(); });
|