Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/RHoKSoton/CharityViz in…
Browse files Browse the repository at this point in the history
…to gh-pages
  • Loading branch information
danpalmer committed Jun 3, 2012
2 parents 58949ab + a33fd20 commit 51f4106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ <h3 class="project-name">{{ title }}<small class="charity-name">{{ organisation
<div class="modal-body">
{{#if address}}
<address>
<strong>{{address.name}}</strong><br>
<i class="icon-home"></i></i><strong>{{address.name}}</strong><br>
{{address.address}}<br>
<i class="icon-envelope"></i> <a href="tel:{{address.phone}}">{{address.phone}}</a><br/>
<abbr title="Email">E:</abbr> <a href="mailto:{{address.email}}">{{address.email}}</a>
<i class="icon-phone">tell:</i><a href="tel:{{address.phone}}">{{address.phone}}</a><br/>
<i class="icon-envelope"></i> <a href="mailto:{{address.email}}">{{address.email}}</a>
</address>
{{/if}}
{{#if transactions}}
Expand Down

0 comments on commit 51f4106

Please sign in to comment.