Skip to content

Commit

Permalink
Add direct link to file at HEAD and edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hparra committed Nov 17, 2016
1 parent 587a7a0 commit 14b2f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gliki/hbs/__default__.hbs
Expand Up @@ -11,7 +11,7 @@
<header><a href="/">HGPA</a></header>
<article>{{{ markdown }}}</article>
<div class="gliki-metadata">
Filename: {{filename}}<br>
Filename: <a href="https://github.com/hparra/hgpa/blob/master/{{filename}}">{{filename}}</a> <a href="https://github.com/hparra/hgpa/edit/master/{{filename}}">(Edit)</a><br>
Modified: {{modified_by.author.date}} (<a href="https://github.com/hparra/hgpa/commit/{{modified_by.sha}}">{{modified_by.sha}}</a>)<br>
Created: {{created_by.author.date}} (<a href="https://github.com/hparra/hgpa/commit/{{created_by.sha}}">{{created_by.sha}}</a>)
</div>
Expand Down

0 comments on commit 14b2f89

Please sign in to comment.