Skip to content

Commit c2a6940

Browse files
committed
citations condition was missing
1 parent 5ed8ffc commit c2a6940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/works/item.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
our documentation.
113113
- else
114114
- if @work.present? && (views + downloads).positive?
115-
= haml :'works/visualisation', locals: { attributes: attributes, views: views, downloads: downloads }
115+
= haml :'works/visualisation', locals: { attributes: attributes, views: views, downloads: downloads, citations: citations }
116116
- else
117117
.panel-body.alert.alert-simple-info
118118
= "This data repository is not currently reporting usage information. For information on how your repository can submit usage information, please see"

0 commit comments

Comments
 (0)