|
|
|
@@ -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"> |
|
|
|
|