projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2563bd
)
Disable the donation drive message
author
Tom Hughes
<tom@compton.nu>
Fri, 30 Dec 2011 11:12:23 +0000
(11:12 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 30 Dec 2011 11:12:23 +0000
(11:12 +0000)
app/views/layouts/site.html.erb
patch
|
blob
|
history
diff --git
a/app/views/layouts/site.html.erb
b/app/views/layouts/site.html.erb
index b41bbf37715b8f53ba727eaaa2a0d7be66f23c60..a2cd2aa403b9493163805746057fc1b157e436f0 100644
(file)
--- a/
app/views/layouts/site.html.erb
+++ b/
app/views/layouts/site.html.erb
@@
-101,7
+101,7
@@
</div>
<% end %>
- <% if
tru
e %>
+ <% if
fals
e %>
<div id="donate" class="notice">
<%= raw t 'layouts.donate', :link => "<a href=\"http://donate.openstreetmap.org/\">#{t('layouts.donate_link_text')}</a>" %>
</div>