Browse Source

修改标签添加位置

tags/v1.21.12.1
OpenIhu 5 years ago
parent
commit
f11bfc517d
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      templates/repo/home.tmpl

+ 3
- 2
templates/repo/home.tmpl View File

@@ -9,8 +9,8 @@
{{template "repo/header" .}}
<div class="ui container">
{{template "base/alert" .}}
<div class="ui repo-description stackable grid">
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
<div class="ui repo-topic-edit grid form segment error" id="topic_edit" style="display:none">
<div class="fourteen wide column">
<div class="field">
@@ -33,6 +33,7 @@
<span id="count_prompt">{{.i18n.Tr "repo.topic.count_prompt"}}</span>
<span id="format_prompt">{{.i18n.Tr "repo.topic.format_prompt"}}</span>
</div>
<div class="ui repo-description stackable grid">

{{if .RepoSearchEnabled}}
<div class="ui repo-search four wide column">


Loading…
Cancel
Save