Skip to content

Commit

Permalink
aoeu
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Jan 19, 2013
1 parent 6eb3ac7 commit 8502913
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions client/documents
1 change: 1 addition & 0 deletions client/listings
7 changes: 5 additions & 2 deletions client/templates/application/page.html
Expand Up @@ -3,6 +3,9 @@ <h2><%= application.get('projectDescription') %></h2>
<label for="flagged">Flagged</label>
<input type="checkbox" name="flagged" <%= application.get('flagged') == '1' ? 'checked' : '' %> />
</div>
<div class="preview">
<img src="/documents/<%= application.get('permitApplicationNumber') %>/public_notice.jpg" alt="First page of the public notice document" />
</div>
<div class="acreage">
<h3>Acreage</h3>
<label for="abstractDescription" <%= loggedIn ? '' : 'readonly' %>>Description from the public notice</label>
Expand Down Expand Up @@ -47,9 +50,9 @@ <h3>What sort of permit is this?</h3>
</div>
<div class="documents">
<h3>Documents</h3>
<a href="http://chainsaw.chickenkiller.com:1419/pdfs/<%= application.get('permitApplicationNumber') %>/public_notice.pdf"
<a href="/documents/<%= application.get('permitApplicationNumber') %>/public_notice.pdf"
class="public_notice">Public Notice</a>
<a href="http://chainsaw.chickenkiller.com:1419/pdfs/<%= application.get('permitApplicationNumber') %>/drawings.pdf"
<a href="/documents/<%= application.get('permitApplicationNumber') %>/drawings.pdf"
class="drawings">Drawings</a>
<a href="#" class="deq">DEQ</a>
<a href="#" class="dnr">DNR</a>
Expand Down
2 changes: 1 addition & 1 deletion documents
Submodule documents updated 393 files

0 comments on commit 8502913

Please sign in to comment.