Skip to content

Commit

Permalink
removed lat/lng from view.
Browse files Browse the repository at this point in the history
  • Loading branch information
njenkins committed Sep 30, 2013
1 parent 0e7c443 commit aeec321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions www/css/starter-template.css
Expand Up @@ -8,3 +8,6 @@ body {
.short-name {
font-weight: bold;
}
.list-group {
margin-top: 10px;
}
7 changes: 3 additions & 4 deletions www/index.html
Expand Up @@ -46,7 +46,6 @@
</div>

<div class="container">
<p>Latitude: {{App.latitude}}, Longitude: {{App.longitude}}</p>
<div class="list-group">
{{#each}}
{{#link-to 'campsite' this classNames=[list-group-item]}}
Expand Down Expand Up @@ -82,19 +81,19 @@ <h2>Facilities</h2>
<td>{{haveFacilitiesText}}</td>
</tr>
<tr>
<td>But no:</td>
<th>But no:</th>
<td>{{notHaveFacilitiesText}}</td>
</tr>
</table>

<h2>Access</h2>
<table class="table table-bordered">
<tr>
<td>For:</td>
<th>For:</th>
<td>{{haveAccessText}}</td>
</tr>
<tr>
<td>Not for:</td>
<th>Not for:</th>
<td>{{notHaveAccessText}}</td>
</tr>
</table>
Expand Down

0 comments on commit aeec321

Please sign in to comment.