Unverified Commit b648c60d authored by Dannon Baker's avatar Dannon Baker
Browse files

Add a link to histories list in history import message for situations where...

Add a link to histories list in history import message for situations where you import without a history visible (e.g. published page view)
parent 5addd009
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"