We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08472f1 commit 3939146Copy full SHA for 3939146
templates/repo/home.tmpl
@@ -10,7 +10,7 @@
10
{{- if $description -}}
11
{{- $description | RenderCodeBlock -}}
12
{{- else if .IsRepositoryAdmin -}}
13
- <span class="no-description text italic">{{ctx.Locale.Tr "repo.no_desc"}}</span>
+ <span class="no-description tw-italic">{{ctx.Locale.Tr "repo.no_desc"}}</span>
14
{{- end -}}
15
{{- if .Repository.Website}}<a href="{{.Repository.Website}}">{{.Repository.Website}}</a>{{end -}}
16
</div>
0 commit comments