final tweak for secret convos
This commit is contained in:
parent
88547dac99
commit
616e59174a
1 changed files with 13 additions and 11 deletions
|
@ -51,18 +51,20 @@
|
||||||
<%= render :partial => 'layouts/lowermapelements' %>
|
<%= render :partial => 'layouts/lowermapelements' %>
|
||||||
|
|
||||||
<div id="explore"></div>
|
<div id="explore"></div>
|
||||||
|
|
||||||
<div id="instructions">
|
<% if !(controller_name == 'maps' && action_name == "conversation") %>
|
||||||
<div class="addTopic">
|
<div id="instructions">
|
||||||
Double-click to<br>add a topic
|
<div class="addTopic">
|
||||||
|
Double-click to<br>add a topic
|
||||||
|
</div>
|
||||||
|
<div class="tabKey">
|
||||||
|
Use Tab & Shift+Tab to select a metacode
|
||||||
|
</div>
|
||||||
|
<div class="enterKey">
|
||||||
|
Press Enter to add the topic
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tabKey">
|
<% end %>
|
||||||
Use Tab & Shift+Tab to select a metacode
|
|
||||||
</div>
|
|
||||||
<div class="enterKey">
|
|
||||||
Press Enter to add the topic
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="infovis"></div>
|
<div id="infovis"></div>
|
||||||
<%= render :partial => 'layouts/mobilemenu' %>
|
<%= render :partial => 'layouts/mobilemenu' %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue