mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-26 06:04:46 +00:00
remove extra classes. no visual change
This commit is contained in:
parent
f8e28401fa
commit
c5308cb8a7
2 changed files with 6 additions and 6 deletions
|
@ -40,10 +40,10 @@
|
||||||
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
||||||
</div>
|
</div>
|
||||||
<div class="branch-tag-tab">
|
<div class="branch-tag-tab">
|
||||||
<a class="reference column branch-tag-item muted" href="#" data-target=".base-branch-list">
|
<a class="branch-tag-item muted" href="#" data-target=".base-branch-list">
|
||||||
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="reference column branch-tag-item muted" href="#" data-target=".base-tag-list">
|
<a class="branch-tag-item muted" href="#" data-target=".base-tag-list">
|
||||||
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -101,10 +101,10 @@
|
||||||
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
||||||
</div>
|
</div>
|
||||||
<div class="branch-tag-tab">
|
<div class="branch-tag-tab">
|
||||||
<a class="reference column branch-tag-item muted" href="#" data-target=".head-branch-list">
|
<a class="branch-tag-item muted" href="#" data-target=".head-branch-list">
|
||||||
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="reference column branch-tag-item muted" href="#" data-target=".head-tag-list">
|
<a class="branch-tag-item muted" href="#" data-target=".head-tag-list">
|
||||||
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -16,10 +16,10 @@
|
||||||
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
||||||
</div>
|
</div>
|
||||||
<div class="branch-tag-tab">
|
<div class="branch-tag-tab">
|
||||||
<a class="reference column branch-tag-item muted" href="#" data-target="#branch-list">
|
<a class="branch-tag-item muted" href="#" data-target="#branch-list">
|
||||||
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
{{svg "octicon-git-branch"}}{{ctx.Locale.Tr "repo.branches"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="reference column branch-tag-item muted" href="#" data-target="#tag-list">
|
<a class="branch-tag-item muted" href="#" data-target="#tag-list">
|
||||||
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
{{svg "octicon-tag"}}{{ctx.Locale.Tr "repo.tags"}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue