* commenting out share_token

This commit is contained in:
Seth Call 2014-01-31 11:23:05 -06:00
parent c9b58229c4
commit 062b36ae82
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<td valign="top" width="48%">
<div class="ml10">
<h3>Share a Link:</h3><br />
<%= "#{root_url}#{share_token}" %>
<%= true ? '' : "#{root_url}#{share_token}" %>
<div class="right"><a class="button-orange">COPY LINK</a></div>
</div>
</td>