2
0
Sotaro KARASAWA 9 жил өмнө
parent
commit
5982412467

+ 10 - 2
lib/views/page.html

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