diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-04-30 12:00:37 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-04-30 12:00:37 +0100 |
commit | 148ea84470b4bf9b67860343fc88bdd2cbe17b7a (patch) | |
tree | d1fbf32429415b708aa2c57081dac6f376ca0b8e | |
parent | 81d2ed2688d7975bf4090805cbfcd65e273c6ce0 (diff) |
cosmetic changes to index
-rw-r--r-- | templates/web/fixmybarangay/index.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/fixmybarangay/index.html b/templates/web/fixmybarangay/index.html index 8c2706e7d..fd240f218 100644 --- a/templates/web/fixmybarangay/index.html +++ b/templates/web/fixmybarangay/index.html @@ -30,8 +30,8 @@ Modernizr.load({ <form action="[% c.uri_for('/around') %]" method="get" name="postcodeForm" id="postcodeForm"> <p> - <a href="/around?latitude=10.322;longitude=123.907">Luz</a> | - <a href="/around?latitude=10.295;longitude=123.888">San Nicolas Proper</a> + <a href="/around?latitude=10.322;longitude=123.907" class="green-btn" style="color:#fff">Bgy. Luz</a> + <a href="/around?latitude=10.295;longitude=123.888" class="green-btn" style="color:#fff">Bgy. Basak San Nicolas</a> </p> </form> </div> @@ -42,9 +42,8 @@ Modernizr.load({ <h2>[% loc('How to report a problem') %]</h2> <ol class="big-numbers"> - <li>Text FOO to 12345</li> - <li>Visit FOO in person</li> - <li>OTHER</li> + <li>Text LUZ or BSN followed by your report to 12345</li> + <li>Visit the Barangay Center in person</li> </ol> <section class="full-width"> |