Skip to content

Commit

Permalink
[Fix][xs]: Not showing dataset count on theme bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sagargg committed Sep 19, 2023
1 parent aac1cf5 commit 629c899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/ubdc/templates/home/snippets/themes.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>- {{ _('Research Themes') }} - </h3>
<div class="col-md-4 col">
<div class="item">
{% if loop.index < 4 %} <div class="media">
<div class="count">0 Dataset</div>
<div class="count">{{theme.package_count}}</div>
<div class="media-body media-right">
<h4 class="media-heading">{{ theme.title }}</h4>
<p>
Expand Down

0 comments on commit 629c899

Please sign in to comment.