Procházet zdrojové kódy

keep blame view buttons sequence consistent with normal view when view a file (#8007)

tags/v1.10.0-rc1
Lunny Xiao před 4 roky
rodič
revize
5616356a0b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      templates/repo/blame.tmpl

+ 1
- 1
templates/repo/blame.tmpl Zobrazit soubor

@@ -9,12 +9,12 @@
<div class="eight wide right aligned column">
<div class="ui right file-actions">
<div class="ui buttons">
<a class="ui button" href="{{EscapePound $.RawFileLink}}">{{.i18n.Tr "repo.file_raw"}}</a>
{{if not .IsViewCommit}}
<a class="ui button" href="{{.RepoLink}}/src/commit/{{.CommitID}}/{{EscapePound .TreePath}}">{{.i18n.Tr "repo.file_permalink"}}</a>
{{end}}
<a class="ui button" href="{{.RepoLink}}/src/{{EscapePound .BranchNameSubURL}}/{{EscapePound .TreePath}}">{{.i18n.Tr "repo.normal_view"}}</a>
<a class="ui button" href="{{.RepoLink}}/commits/{{EscapePound .BranchNameSubURL}}/{{EscapePound .TreePath}}">{{.i18n.Tr "repo.file_history"}}</a>
<a class="ui button" href="{{EscapePound $.RawFileLink}}">{{.i18n.Tr "repo.file_raw"}}</a>
</div>
{{if .Repository.CanEnableEditor}}
{{if .CanEditFile}}

Načítá se…
Zrušit
Uložit