Skip to content

Commit

Permalink
Revert "added Bootstrap to editor (#7534)"
Browse files Browse the repository at this point in the history
This reverts commit 8a886f5.
  • Loading branch information
keshav234156 authored Mar 31, 2020
1 parent 320949e commit 1ba2e76
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/views/editor/rich.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<link href="/lib/woofmark/dist/woofmark.min.css" rel="stylesheet">
<link href="/lib/bootstrap-tokenfield/dist/css/tokenfield-typeahead.min.css" rel="stylesheet">
<link href="/lib/bootstrap-tokenfield/dist/css/bootstrap-tokenfield.min.css" rel="stylesheet">
<link href="/lib/publiclab-editor/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="/lib/publiclab-editor/node_modules/bootstrap/less/type.less">
<script src="/lib/bootstrap-tokenfield/dist/bootstrap-tokenfield.js"></script>

<!-- required for MapModule -->
<link href="/lib/leaflet/dist/leaflet.css" rel="stylesheet">
<script src="/lib/leaflet/dist/leaflet.js"></script>
Expand Down Expand Up @@ -125,7 +123,7 @@
</div>

<div class="ple-module-content col-lg-9">
<button id="location_button" class="btn btn-lg">
<button id="location_button" class="btn btn-lg btn-outline-secondary">
<i class="fa fa-map-marker" aria-hidden="true"></i>
Add a location
</button>
Expand Down Expand Up @@ -294,7 +292,7 @@
-->
</div>

<button class="btn btn-lg btn-more">...</button>
<button class="btn btn-lg btn-outline-secondary btn-more">...</button>

<span> &nbsp; By publishing, you agree to <a href="https://publiclab.org/licenses">open source your work</a><span class="d-none d-md-inline"> so that others may use it.</span></span>
<button class="ple-publish btn btn-lg btn-primary float-right disabled"><% if controller.action_name == "edit" && @node.status == 3 %>Save<% else %>Publish<% end %></button>
Expand Down

0 comments on commit 1ba2e76

Please sign in to comment.