replace tabs to spaces at app/views/mailer/wiki_content_added.text.plain.rhtml
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7372 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d4c4e7692d
commit
df13933e57
|
@ -1,5 +1,5 @@
|
|||
<%= l(:mail_body_wiki_content_added, :id => h(@wiki_content.page.pretty_title),
|
||||
:author => h(@wiki_content.author)) %>
|
||||
:author => h(@wiki_content.author)) %>
|
||||
<%= @wiki_content.comments %>
|
||||
|
||||
<%= @wiki_content_url %>
|
||||
|
|
Loading…
Reference in New Issue