Don't show anything in list view if there is no long description
This commit is contained in:
parent
896cd533b4
commit
5889f70a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
=pkg.name
|
||||
p =pkg.description
|
||||
.listview.longdescription
|
||||
= pkg.long_description_first_paragraph or 'Sorry - no description available.'
|
||||
= pkg.long_description_first_paragraph
|
||||
|
||||
|
||||
- else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue