diff --git a/services/web/app/views/general/small-footer.jade b/services/web/app/views/general/small-footer.jade index 4ae3ea67c6..f6a2d3f4df 100644 --- a/services/web/app/views/general/small-footer.jade +++ b/services/web/app/views/general/small-footer.jade @@ -1,4 +1,8 @@ .row-fluid + .span12 + div.alert.alert-success.open-source + | ShareLaTeX is open source. + a(href="https://github.com/sharelatex/sharelatex") Fork us on GitHub. .span12 .small-footer ul diff --git a/services/web/app/views/subscriptions/plans.jade b/services/web/app/views/subscriptions/plans.jade index 1eed30d050..31f46a9170 100644 --- a/services/web/app/views/subscriptions/plans.jade +++ b/services/web/app/views/subscriptions/plans.jade @@ -150,8 +150,8 @@ block content mixin plan(plans.groupAnnualPlans[2], "", false) .tab-pane.student-pricing - include ../general/small-footer - link(rel='stylesheet', href='/brand/plans.css?fingerprint='+fingerprint('/brand/mainStyle.css')) + include ../general/small-footer + link(rel='stylesheet', href='/brand/plans.css?fingerprint='+fingerprint('/brand/mainStyle.css')) - script - mixpanel.track("Page Viewed", { name: "plans" }) + script + mixpanel.track("Page Viewed", { name: "plans" }) diff --git a/services/web/app/views/user/settings.jade b/services/web/app/views/user/settings.jade index 8640ce3a1d..c7349bbc13 100644 --- a/services/web/app/views/user/settings.jade +++ b/services/web/app/views/user/settings.jade @@ -152,6 +152,8 @@ block content p Every few months we send a news letter out summarizing the new features available, if you would prefer to not receive this email then you are free to unsubscribe below at any time a#unsubscribeFromNewsletter.btn.btn-danger(data-csrf=csrfToken) Unsubscribe + include ../general/small-footer + #changePasswordModal(style='display: none') .modal form#changePasswordForm(method="post", action="/user/password/update") diff --git a/services/web/public/stylesheets/less/footer.less b/services/web/public/stylesheets/less/footer.less index e78d1845df..becd4cd589 100644 --- a/services/web/public/stylesheets/less/footer.less +++ b/services/web/public/stylesheets/less/footer.less @@ -1,6 +1,11 @@ - +.open-source { + text-align: center; + width: 300px; + margin: auto; + margin-top: 6px; +} .small-footer { - margin-top: 20px; + margin-top: 12px; margin-bottom: 20px; text-align:center; font-size: 0.9em;