Commit 249298d2 authored by Randall Leeds's avatar Randall Leeds

Spaces, not tabs

parent e8a0aca3
...@@ -4,30 +4,30 @@ ...@@ -4,30 +4,30 @@
title="Close" title="Close"
ng-click="shareDialog.visible = false"></i> ng-click="shareDialog.visible = false"></i>
<div class="form-vertical tabbable"> <div class="form-vertical tabbable">
<div class="form tab-pane" data-title="Share"> <div class="form tab-pane" data-title="Share">
<p>Share the link below to show anyone these annotations and invite them to contribute their own.</p> <p>Share the link below to show anyone these annotations and invite them to contribute their own.</p>
<p><input id="via" <p><input id="via"
class="form-input" class="form-input"
type="text" type="text"
ng-value="viaPageLink" ng-value="viaPageLink"
readonly /></p> readonly /></p>
<p class="share-links"> <p class="share-links">
<a href="//twitter.com/intent/tweet?url={{viaPageLink}}" <a href="//twitter.com/intent/tweet?url={{viaPageLink}}"
target="_blank" target="_blank"
title="Tweet link" title="Tweet link"
class="h-icon-twitter"></a> class="h-icon-twitter"></a>
<a href="//www.facebook.com/sharer/sharer.php?u={{viaPageLink}}" <a href="//www.facebook.com/sharer/sharer.php?u={{viaPageLink}}"
target="_blank" target="_blank"
title="Share on Facebook" title="Share on Facebook"
class="h-icon-facebook"></a> class="h-icon-facebook"></a>
<a href="//plus.google.com/share?url={{viaPageLink}}" <a href="//plus.google.com/share?url={{viaPageLink}}"
target="_blank" target="_blank"
title="Post on Google Plus" title="Post on Google Plus"
class="h-icon-google-plus"></a> class="h-icon-google-plus"></a>
<a href="mailto:?subject=Let's%20Annotate&amp;body={{viaPageLink}}" <a href="mailto:?subject=Let's%20Annotate&amp;body={{viaPageLink}}"
title="Share via email" title="Share via email"
class="h-icon-mail"></a> class="h-icon-mail"></a>
</p> </p>
</div> </div>
</div> </div>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment