Skip to content

Commit

Permalink
Bug fix (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyabaid16 authored and jywarren committed Jun 19, 2019
1 parent f571cef commit 4472afb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 80 deletions.
7 changes: 1 addition & 6 deletions app/views/layouts/knitter2.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<a class="nav-link" href="#map-exports-container" role="tab" data-toggle="tab">Export</a>
</li>
<li class="nav-item d-none d-sm-block">
<a class="nav-link" href="#chat" role="tab" data-toggle="tab">Chat</a>
<a class="nav-link" target="_blank" href="https://publiclab.org/chat" role="tab" style="border: none;">Chat</a>
</li>
</ul>
Expand Down Expand Up @@ -179,11 +179,6 @@
<div role="tabpanel" class="tab-pane fade" id="map-exports-container">
<%= render :partial => "sidebar_exports" %>
</div>
<div role="tabpanel" class="tab-pane fade" id="chat">
<a style="margin-right:4px;" class="float-right nav-link" href="https://webchat.oftc.net/?channels=publiclab<% if current_user %>&nick=<%= current_user.login %><% end %>" target="_blank">pop out</a>
<p class="popover-title">Public Lab chatroom</p>
<script>login = '<%= current_user.login if logged_in? %>'</script>
</div>
</div>
</div><!-- .sidebar-tabs -->
</div><!-- .sidebar-content -->
Expand Down
73 changes: 0 additions & 73 deletions app/views/map/show.html.erb

This file was deleted.

1 change: 0 additions & 1 deletion app/views/maps/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<% else %>
anonymous
<% end %>
| <a href="/maps/<%= @map.slug %>?legacy=true">Legacy editor</a>
</div>
<% end %>
Expand Down

0 comments on commit 4472afb

Please sign in to comment.