Yuki Takei 8 лет назад
Родитель
Сommit
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">
 
         {% 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 %}
 
 
@@ -59,7 +62,7 @@
 
             <li>
               <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>
             </li>