Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix #721

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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