We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76b3f7 commit 7d7ba76Copy full SHA for 7d7ba76
templates/repo/user_cards.tmpl
@@ -1,4 +1,4 @@
1
-<div class="ui container user-cards">
+<div class="user-cards">
2
{{if .CardsTitle}}
3
<h2 class="ui dividing header">
4
{{.CardsTitle}}
templates/repo/watchers.tmpl
@@ -1,6 +1,8 @@
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository watchers">
{{template "repo/header" .}}
- {{template "repo/user_cards" .}}
+ <div class="ui container">
5
+ {{template "repo/user_cards" .}}
6
+ </div>
7
</div>
8
{{template "base/footer" .}}
0 commit comments