projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make support email address configurable
[rails.git]
/
app
/
views
/
user
/
blocked.html.erb
diff --git
a/app/views/user/blocked.html.erb
b/app/views/user/blocked.html.erb
index 5f6e2b7f4d7d5b9fd7ad1d80c73ed35ce6fba5a5..93b4972d512809165efc12590f54d1e15796e4d9 100644
(file)
--- a/
app/views/user/blocked.html.erb
+++ b/
app/views/user/blocked.html.erb
@@
-6,5
+6,5
@@
<div class="message">
<h1><%= t 'user.new.no_auto_account_create' %></h1>
<div class="message">
<h1><%= t 'user.new.no_auto_account_create' %></h1>
- <h2><%= raw t 'user.new.contact_webmaster' %></h2>
+ <h2><%= raw t 'user.new.contact_webmaster'
, :webmaster => "mailto:#{SUPPORT_EMAIL}"
%></h2>
</div>
</div>