Skip to content

Commit

Permalink
Started external link button - fixes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyCook committed Nov 14, 2013
1 parent 7363d40 commit 070107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>{Your} space</h1>
<a href="#tiddler/{{this.title}}/edit" title="Edit tiddler"><i class="icon-file-edit"></i></a>
{{/canEditTiddler}}
<a href="#tiddler/{{this.title}}/close" title="Close tiddler"><i class="icon-remove"></i></a>
<a href="#tiddler/{{this.title}}/permalink" title="Open external"><i class="icon-share-alt"></i></a>
<a href="{{this.uri}}" title="Open external" target="_blank"><i class="icon-share-alt"></i></a>
<a href="#maximize/{{this.title}}" title="Maximize"><i class="icon-resize-full"></i></a>
<a href="#minimize/{{this.title}}" title="Minimize" class="hidden"><i class="icon-resize-small"></i></a>
</section>
Expand Down

0 comments on commit 070107c

Please sign in to comment.