From 616e59174a93dd3bc8289ab8fe77396f4dc4194b Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 5 Feb 2017 07:02:31 +0000 Subject: [PATCH] final tweak for secret convos --- app/views/layouts/application.html.erb | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 91d4ac73..daa16d02 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -51,18 +51,20 @@ <%= render :partial => 'layouts/lowermapelements' %>
- -
-
- Double-click to
add a topic + + <% if !(controller_name == 'maps' && action_name == "conversation") %> +
+
+ Double-click to
add a topic +
+
+ Use Tab & Shift+Tab to select a metacode +
+
+ Press Enter to add the topic +
-
- Use Tab & Shift+Tab to select a metacode -
-
- Press Enter to add the topic -
-
+ <% end %>
<%= render :partial => 'layouts/mobilemenu' %>