mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +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/solid";
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
data: {
|
||||
object_type: 'my_module',
|
||||
object_id: @my_module.id,
|
||||
highlightjs_path: asset_path('highlightjs-github-theme') } ) %>
|
||||
highlightjs_path: asset_path('highlightjs-github-theme.css') } ) %>
|
||||
<% end %>
|
||||
|
|
|
@ -22,5 +22,5 @@
|
|||
data: {
|
||||
object_type: 'protocol',
|
||||
object_id: @my_module.protocol.id,
|
||||
highlightjs_path: asset_path('highlightjs-github-theme') } ) %>
|
||||
highlightjs_path: asset_path('highlightjs-github-theme.css') } ) %>
|
||||
<% end %>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
data: {
|
||||
object_type: 'step',
|
||||
object_id: @step.id,
|
||||
highlightjs_path: asset_path('highlightjs-github-theme') } ) %>
|
||||
highlightjs_path: asset_path('highlightjs-github-theme.css') } ) %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tab-pane" role="tabpanel" id="new-step-checklists">
|
||||
|
|
Loading…
Reference in a new issue