mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge pull request #256 from ZmagoD/add_getting_started_flash_hook
Added getting started hoot to layout/application.html
This commit is contained in:
commit
6e022699eb
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
||||||
<body class="<%= yield :body_class %>">
|
<body class="<%= yield :body_class %>">
|
||||||
|
|
||||||
<span style="display: none;" data-hook="body-js"></span>
|
<span style="display: none;" data-hook="body-js"></span>
|
||||||
|
<span style="display: none;" data-hook="application-body-html"></span>
|
||||||
|
|
||||||
<!-- Activity modal -->
|
<!-- Activity modal -->
|
||||||
<div class="modal" id="activity-modal" tabindex="-1" role="dialog" aria-labelledby="activity-modal-label">
|
<div class="modal" id="activity-modal" tabindex="-1" role="dialog" aria-labelledby="activity-modal-label">
|
||||||
|
|
Loading…
Reference in a new issue