Add feedback link
This commit is contained in:
parent
34f9b75e79
commit
8e9f963a68
|
@ -47,6 +47,10 @@ form {
|
||||||
padding: 10px 5px 0 5px;
|
padding: 10px 5px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar #feedback {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar img#hydrant-in-snow {
|
#sidebar img#hydrant-in-snow {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,5 +13,8 @@
|
||||||
#logos
|
#logos
|
||||||
= image_tag "logos/cfa.png", :alt => "Code for America", :title => "Code for America"
|
= image_tag "logos/cfa.png", :alt => "Code for America", :title => "Code for America"
|
||||||
= image_tag "logos/boston.png", :alt => "City of Boston", :title => "City of Boston"
|
= image_tag "logos/boston.png", :alt => "City of Boston", :title => "City of Boston"
|
||||||
|
#feedback
|
||||||
|
%a{:href => "mailto:adoptahydrant@cityofboston.gov?subject=Adopt-a-Hydrant Feedback"}
|
||||||
|
Feedback
|
||||||
= image_tag "hydrant-in-snow.jpg", :id => "hydrant-in-snow"
|
= image_tag "hydrant-in-snow.jpg", :id => "hydrant-in-snow"
|
||||||
#map_canvas
|
#map_canvas
|
||||||
|
|
Loading…
Reference in New Issue