Add comments to Wiki pages
This commit is contained in:
parent
652d28f56b
commit
36efa2042c
10 changed files with 72 additions and 1 deletions
|
@ -18,6 +18,8 @@ class Admin::MailerController < ApplicationController
|
|||
when "Issue" then
|
||||
@issue = Issue.first
|
||||
render :file => 'notify/note_issue_email', :layout => 'notify'
|
||||
when "Wiki" then
|
||||
render :file => 'notify/note_wiki_email', :layout => 'notify'
|
||||
else
|
||||
render :file => 'notify/note_wall_email', :layout => 'notify'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue