Преглед изворни кода

add revision-url to header

Yuki Takei пре 9 година
родитељ
комит
3080d2f272
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      lib/views/page_list.html

+ 5 - 0
lib/views/page_list.html

@@ -14,6 +14,7 @@
 
 
 <div class="header-wrap">
 <div class="header-wrap">
   <header class="portal-header {% if page %}has-page{% endif %}">
   <header class="portal-header {% if page %}has-page{% endif %}">
+
     <div class="flex-title-line">
     <div class="flex-title-line">
       <h1 class="title flex-item-title">
       <h1 class="title flex-item-title">
         <span id="revision-path"></span>
         <span id="revision-path"></span>
@@ -29,6 +30,7 @@
         </form>
         </form>
         {% endif %}
         {% endif %}
       </h1>
       </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" data-csrftoken="{{ csrf() }}"></span>
@@ -42,6 +44,9 @@
       </div>
       </div>
       {% endif %}
       {% endif %}
     </div>
     </div>
+
+    <div id="revision-url" class="url-line"></div>
+
   </header>
   </header>
 </div>
 </div>