File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
django_wtf/templates/core Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,8 @@ <h3 class="text-lg font-bold">Trending Packages</h3>
36
36
{% for repo in trending_apps %}
37
37
< tr >
38
38
< td >
39
- {% url 'core:repo-detail' full_name=repo.full_name as url %}
40
- < a class ="flex justify-between hover:brightness-125 "
41
- href ="{{ url }} ">
39
+ {% url 'core:repo-detail' full_name=repo.full_name as url %}
40
+ < a class ="flex justify-between hover:brightness-125 " href ="{{ url }} ">
42
41
< p > {{ repo.full_name }}</ p >
43
42
< p >
44
43
{{ repo.stars_lately }}
@@ -118,9 +117,8 @@ <h3 class="text-lg font-bold">Top Packages</h3>
118
117
{% for repo in top_apps %}
119
118
< tr >
120
119
< td >
121
- {% url 'core:repo-detail' full_name=repo.full_name as url %}
122
- < a class ="flex justify-between hover:brightness-125 "
123
- href ="{{ url }} ">
120
+ {% url 'core:repo-detail' full_name=repo.full_name as url %}
121
+ < a class ="flex justify-between hover:brightness-125 " href ="{{ url }} ">
124
122
< p > {{ repo.full_name }}</ p >
125
123
< p >
126
124
{{ repo.stars }}
You can’t perform that action at this time.
0 commit comments