Yuki Takei пре 8 година
родитељ
комит
2b81da3046
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      lib/views/crowi-plus/new_page.html

+ 5 - 2
lib/views/crowi-plus/new_page.html

@@ -36,7 +36,10 @@
       <div class="col-lg-10 col-md-9">
       <div class="col-lg-10 col-md-9">
 
 
         {% block content_main_before %}
         {% block content_main_before %}
-        <h2 class="text-muted">Page is not exists</h2>
+        <h2 class="text-muted">
+          <i class="fa fa-info-circle" aria-hidden="true"></i>
+          Page is not exists
+        </h2>
         {% endblock %}
         {% endblock %}
 
 
 
 
@@ -59,7 +62,7 @@
 
 
             <li>
             <li>
               <a {% if user %}href="#edit-form" data-toggle="tab"{% endif %} class="edit-button {% if not user %}edit-button-disabled{% endif %}">
               <a {% if user %}href="#edit-form" data-toggle="tab"{% endif %} class="edit-button {% if not user %}edit-button-disabled{% endif %}">
-                <i class="fa fa-pencil-square-o"></i> {{ t('Edit') }}
+                <i class="fa fa-pencil-square-o"></i> {{ t('Create') }}
               </a>
               </a>
             </li>
             </li>