Skip to content

Commit

Permalink
Do not display buttons on associated routes on article view #467
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Apr 5, 2019
1 parent 70251dc commit c9f1fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/document/ArticleView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div style="clear:both" />
</div>

<routes-box v-if="!isDraftView" :document="document" />
<routes-box v-if="!isDraftView" :document="document" hide-buttons />
<recent-outings-box v-if="!isDraftView" :document="document" />
<images-box v-if="!isDraftView" :document="document" />
<comments-box v-if="!isDraftView" :document="document" />
Expand Down

0 comments on commit c9f1fc8

Please sign in to comment.