Skip to content

Commit

Permalink
Merge pull request openoakland#2 from RobertStewart/master
Browse files Browse the repository at this point in the history
 Updated title and tagline in sidebar.
  • Loading branch information
eddietejeda committed Nov 27, 2012
2 parents 28da811 + 7f6e0d3 commit 2d4637f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

# OS X detritus
.DS_Store

Binary file added app/assets/images/logos/oakland_nyt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/assets/images/markers/.DS_Store
Binary file not shown.
9 changes: 3 additions & 6 deletions app/views/main/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
/ = image_tag "logos/adoptasiren.png", :alt => t("titles.main", :thing => t("defaults.thing").titleize), :title => t("titles.main", :thing => t("defaults.thing").titleize)
%h2
%br
[ADOPT-A-DRAIN]
Oakland Adopt a Spot
MAINTAIN A DRAIN
%h1
\///////////

Expand All @@ -23,11 +24,7 @@
= image_tag "logos/cfa.png", :alt => t("sponsors.cfa"), :title => t("sponsors.cfa")
#col2
%a{:href => "http://www2.oaklandnet.com/"}
= image_tag "logos/oakland-seal.jpeg", :width => '90px', :alt => t("sponsors.city"), :title => t("sponsors.city")
%p#mayor
%a{:href => "http://www2.oaklandnet.com/"}
= t("sponsors.mayor.name") +", "+ t("sponsors.mayor.title")

= image_tag "logos/oakland_nyt.jpg", :width => '90px', :alt => t("sponsors.city"), :title => t("sponsors.city")

#feedback
%p
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ en:
state: "CA"
thing: "storm drain"
this_thing: "This %{thing}"
tagline: "Claim responsibility for clearing a storm drain entrance and reporting any problems."
tagline: "Volunteer to keep a storm drain clear and report any problems!"
tos: "By signing up, you agree to the %{tos}."
voice_number: "510-555-1212"
zip: "94612"
Expand Down

0 comments on commit 2d4637f

Please sign in to comment.