We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df96416 commit 8154c30Copy full SHA for 8154c30
assets/javascripts/discourse/templates/connectors/topic-title/show-project.hbs
@@ -7,8 +7,8 @@
7
<i class="fa fa-angle-right"></i>
8
{{/if}}
9
<span class='parent-project'>
10
- {{#if this.view_only}}
11
- {{#link-to 'projects.show' (object-from-end this.model.parent_guids index) (query-params view_only=this.view_only) }}
+ {{#if this.model.view_only}}
+ {{#link-to 'projects.show' (object-from-end this.model.parent_guids index) (query-params view_only=this.model.view_only) }}
12
{{object-from-end this.model.parent_names index}}
13
{{/link-to}}
14
{{else}}
0 commit comments