mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
Merge pull request #1696 from okriuchykhin/ok_SCI_3377
Fix paths for highlightjs-github-theme [SCI-3377]
This commit is contained in:
commit
43d8413496
4 changed files with 4 additions and 4 deletions
2
app/javascript/packs/fontawesome.scss
vendored
2
app/javascript/packs/fontawesome.scss
vendored
|
@ -1,4 +1,4 @@
|
||||||
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts/";
|
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts/";
|
||||||
|
|
||||||
@import "~@fortawesome/fontawesome-free/scss/fontawesome";
|
@import "~@fortawesome/fontawesome-free/scss/fontawesome";
|
||||||
@import "~@fortawesome/fontawesome-free/scss/solid";
|
@import "~@fortawesome/fontawesome-free/scss/solid";
|
||||||
|
|
|
@ -22,5 +22,5 @@
|
||||||
data: {
|
data: {
|
||||||
object_type: 'my_module',
|
object_type: 'my_module',
|
||||||
object_id: @my_module.id,
|
object_id: @my_module.id,
|
||||||
highlightjs_path: asset_path('highlightjs-github-theme') } ) %>
|
highlightjs_path: asset_path('highlightjs-github-theme.css') } ) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -22,5 +22,5 @@
|
||||||
data: {
|
data: {
|
||||||
object_type: 'protocol',
|
object_type: 'protocol',
|
||||||
object_id: @my_module.protocol.id,
|
object_id: @my_module.protocol.id,
|
||||||
highlightjs_path: asset_path('highlightjs-github-theme') } ) %>
|
highlightjs_path: asset_path('highlightjs-github-theme.css') } ) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
data: {
|
data: {
|
||||||
object_type: 'step',
|
object_type: 'step',
|
||||||
object_id: @step.id,
|
object_id: @step.id,
|
||||||
highlightjs_path: asset_path('highlightjs-github-theme') } ) %>
|
highlightjs_path: asset_path('highlightjs-github-theme.css') } ) %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane" role="tabpanel" id="new-step-checklists">
|
<div class="tab-pane" role="tabpanel" id="new-step-checklists">
|
||||||
|
|
Loading…
Reference in a new issue