Add Server Donation Banner
This commit is contained in:
parent
9eef7610ed
commit
afa44979b2
2 changed files with 4 additions and 1 deletions
BIN
app/assets/images/donate-ad.png
Normal file
BIN
app/assets/images/donate-ad.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -72,7 +72,10 @@
|
|||
:href =>'http://stateofthemap.org/'},
|
||||
{:image => 'sotm-us-ad.png',
|
||||
:title => 'State of the Map USA',
|
||||
:href =>'http://stateofthemap.us/'}].sample
|
||||
:href =>'http://stateofthemap.us/'},
|
||||
{:image => 'donate-ad.png',
|
||||
:title => 'Server Donation Drive',
|
||||
:href =>'http://donate.openstreetmap.org/'}].sample
|
||||
|
||||
link_to ad[:href], :title => ad[:title] do
|
||||
image_tag ad[:image], :class => :ad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue