Skip to content

Commit

Permalink
Add a link to histories list in history import message for situations…
Browse files Browse the repository at this point in the history
… where you import without a history visible (e.g. published page view)
  • Loading branch information
dannon committed Apr 18, 2024
1 parent 5addd00 commit b648c60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/components/History/HistoryView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
</b-button>
</div>

<b-alert :show="copySuccess"> History imported and set to your active history. </b-alert>
<b-alert :show="copySuccess">
History imported and is now your active history. <b-link to="/histories/list">View here</b-link>.
</b-alert>

<CollectionPanel
v-if="selectedCollections.length && selectedCollections[0].history_id == id"
Expand Down

0 comments on commit b648c60

Please sign in to comment.