Skip to content

Commit

Permalink
Merge pull request #434 from c2corg/show-associated-images
Browse files Browse the repository at this point in the history
Show associated images on image view #396
  • Loading branch information
cbeauchesne authored Apr 4, 2019
2 parents 45fd5c9 + 340d4f2 commit e1e8806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/document/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

<routes-box :document="document" hide-buttons />
<recent-outings-box :document="document" hide-see-all-results-button />
<images-box v-if="document" :document="document" />
<comments-box :document="document" />

</div>
Expand Down

0 comments on commit e1e8806

Please sign in to comment.