diff --git a/common/common.scss b/common/common.scss index 6979d53..1f9b41a 100644 --- a/common/common.scss +++ b/common/common.scss @@ -662,6 +662,18 @@ html body #main-outlet { } } +.become-editor-link { + display: none; + + +} + +.published-page { + .become-editor-link { + display: block; + } +} + // published page additions .published-page-header { background-color: unset; diff --git a/common/footer.html b/common/footer.html index aa9022f..e54bb5a 100644 --- a/common/footer.html +++ b/common/footer.html @@ -1,3 +1,9 @@ + +