Navigation Menu

Skip to content

Commit

Permalink
email tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Apr 16, 2013
1 parent 7554e21 commit 9f2a36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/templates/application/bottom.html
Expand Up @@ -54,5 +54,6 @@ <h3>Project Manager</h3>
<label class="span1" for="projectManagerEmail">Email</label>
<input class="span3" type="email" name="projectManagerEmail" value="<%= application.get('projectManagerEmail') %>" <%= loggedIn ? '' : 'readonly' %> />
</fieldset>
<% if (loggedIn) { %><a href="<%= application.mailto() %>">Send email</a><% } %>
</div>

0 comments on commit 9f2a36d

Please sign in to comment.