|
|
@@ -17,7 +17,7 @@
|
|
|
<h1 class="title flex-item-title" id="revision-path">{{ path|insertSpaceToEachSlashes }}</h1>
|
|
|
{% if page %}
|
|
|
<div class="flex-item-action">
|
|
|
- <span id="bookmark-button-react" data-csrftoken="{{ csrf() }}"></span>
|
|
|
+ <span id="bookmark-button" data-csrftoken="{{ csrf() }}"></span>
|
|
|
</div>
|
|
|
<div class="flex-item-action visible-xs visible-sm">
|
|
|
<button
|
|
|
@@ -35,7 +35,7 @@
|
|
|
<div class="flex-title-line">
|
|
|
<h1 class="title flex-item-title">{{ path|insertSpaceToEachSlashes }}</h1>
|
|
|
<div class="flex-item-action">
|
|
|
- <span id="bookmark-button-react" data-csrftoken="{{ csrf() }}"></span>
|
|
|
+ <span id="bookmark-button" data-csrftoken="{{ csrf() }}"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</header>
|