From 64a1d760daf2c4cff0b81fcbdf02a81281aafb44 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 7 Sep 2017 00:05:02 -0700 Subject: [PATCH] Remove wishlist links (#850) No issue The uservoice wishlist has been pretty inactive and neglected for quite a long time now. Removing links to it from Ghost is the first step toward retiring it. We're still listening to user feedback in order to determine the Ghost roadmap, but simplifying the process around it. --- app/html/apps.html | 1 - app/html/themes.html | 1 - app/templates/components/gh-nav-menu.hbs | 2 -- app/templates/publishbutton.html | 1 - 4 files changed, 5 deletions(-) diff --git a/app/html/apps.html b/app/html/apps.html index 1480ee12b5..57fcc81cec 100644 --- a/app/html/apps.html +++ b/app/html/apps.html @@ -67,7 +67,6 @@
  • How to Use Ghost
  • Markdown Help
  • -
  • Wishlist
  • diff --git a/app/html/themes.html b/app/html/themes.html index cb46435750..48a6f71b8c 100644 --- a/app/html/themes.html +++ b/app/html/themes.html @@ -67,7 +67,6 @@
  • How to Use Ghost
  • Markdown Help
  • -
  • Wishlist
  • diff --git a/app/templates/components/gh-nav-menu.hbs b/app/templates/components/gh-nav-menu.hbs index e6394ebc6c..e86b1d67b7 100644 --- a/app/templates/components/gh-nav-menu.hbs +++ b/app/templates/components/gh-nav-menu.hbs @@ -15,9 +15,7 @@
  • {{#link-to "team.user" session.user.slug classNames="dropdown-item user-menu-profile js-nav-item" role="menuitem" tabindex="-1"}}{{inline-svg "user-circle"}} Your Profile{{/link-to}}
  • {{inline-svg "ambulance"}} Support Center
  • {{inline-svg "twitter"}} Tweet @TryGhost!
  • -
  • {{inline-svg "book-open"}} How to Use Ghost
  • -
  • {{inline-svg "idea"}} Wishlist
  • {{#if showDropdownExtension}} diff --git a/app/templates/publishbutton.html b/app/templates/publishbutton.html index 9bb2f9bd6d..7120390fc3 100644 --- a/app/templates/publishbutton.html +++ b/app/templates/publishbutton.html @@ -67,7 +67,6 @@
  • Tweet @TryGhost!
  • How to Use Ghost
  • -
  • Wishlist
  • Sign Out