diff options
author | Unknwon <u@gogs.io> | 2016-08-27 15:25:01 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-27 15:25:01 -0700 |
commit | 6e171c5225edc7969e979c7a9d736b7b1506b6d4 (patch) | |
tree | 7052f8fd949d337e8bdba07bd6b8c926a7b2de09 /templates/repo/view_list.tmpl | |
parent | f0b5c3b90a9ca4ef7c4759d49e91b3da80ff9c72 (diff) | |
download | gitea-6e171c5225edc7969e979c7a9d736b7b1506b6d4.tar.gz gitea-6e171c5225edc7969e979c7a9d736b7b1506b6d4.zip |
Web editor: improve edit file tooltip
Diffstat (limited to 'templates/repo/view_list.tmpl')
-rw-r--r-- | templates/repo/view_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 4377335911..a92123b865 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -40,7 +40,7 @@ {{else}} <td class="name"> <span class="octicon octicon-file-{{if or $entry.IsDir}}directory{{else}}text{{end}}"></span> - <a href="{{EscapePound $.BranchLink}}/{{EscapePound $.TreePath}}{{EscapePound $entry.Name}}">{{$entry.Name}}</a> + <a href="{{EscapePound $.TreeLink}}/{{EscapePound $entry.Name}}">{{$entry.Name}}</a> </td> {{end}} <td class="message collapsing has-emoji"> |