From 1aba7ff35aee5aaec93c30cab4d0888c771b9bba Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 27 Mar 2020 23:03:54 -0500 Subject: [PATCH] Fix more links --- web/app/views/clients/_scheduledSession.html.erb | 6 +++--- web/app/views/users/_user_dropdown.html.erb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/app/views/clients/_scheduledSession.html.erb b/web/app/views/clients/_scheduledSession.html.erb index 664049f98..1115992bf 100644 --- a/web/app/views/clients/_scheduledSession.html.erb +++ b/web/app/views/clients/_scheduledSession.html.erb @@ -26,7 +26,7 @@
QUICK START SOLO

Use this button to quick start a private session just for yourself. Good for solo practice and gear testing.

QUICK START OPEN

Use this button to quick start an open session that anyone can join to play with you, and that fans can listen to.

-
START OR SCHEDULE

Use this button start a wizard that will let you have more control over your session. Schedule future sessions. Start private sessions. Invite other musicians. And lots more...

learn more
+
START OR SCHEDULE

Use this button start a wizard that will let you have more control over your session. Schedule future sessions. Start private sessions. Invite other musicians. And lots more...

learn more

featured sessions

@@ -46,7 +46,7 @@

Use the Find Sessions feature to browse through current and future/scheduled sessions you can join to play with other musicians.

- learn more + learn more
@@ -54,7 +54,7 @@

Use the Feed to check out current and past sessions and session recordings, and to listen to current sessions.

- learn more + learn more

learn more about online sessions

diff --git a/web/app/views/users/_user_dropdown.html.erb b/web/app/views/users/_user_dropdown.html.erb index b59bfbe4e..168c80121 100644 --- a/web/app/views/users/_user_dropdown.html.erb +++ b/web/app/views/users/_user_dropdown.html.erb @@ -64,11 +64,11 @@ <% if @nativeClient %>
  • <%= link_to "Test Network", '#' %>
  • <% end %> -
  • <%= link_to "Get Help", 'https://jamkazam.desk.com/', :rel => "external" %>
  • +
  • <%= link_to "Get Help", 'https://forum.jamkazam.com/', :rel => "external" %>
  • <%= link_to "Sign Out", signout_path, method: "delete" %>
  • <% else %>
  • <%= link_to "Download App", downloads_path, :rel => "external" %>
  • -
  • <%= link_to "Get Help", 'https://www.facebook.com/Jamkazam', :rel => "external" %>
  • +
  • <%= link_to "Get Help", 'https://forum.jamkazam.com/', :rel => "external" %>
  • <% end %>