mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 23:32:41 +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"}}...">
|
||||
</div>
|
||||
<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"}}
|
||||
</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"}}
|
||||
</a>
|
||||
</div>
|
||||
|
@ -101,10 +101,10 @@
|
|||
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
||||
</div>
|
||||
<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"}}
|
||||
</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"}}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
<input name="search" placeholder="{{ctx.Locale.Tr "repo.filter_branch_and_tag"}}...">
|
||||
</div>
|
||||
<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"}}
|
||||
</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"}}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue