Yuki Takei 9 лет назад
Родитель
Сommit
4aaa906ce3
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      lib/views/layout/2column.html
  2. 1 1
      lib/views/layout/single.html

+ 1 - 1
lib/views/layout/2column.html

@@ -20,7 +20,7 @@
     <footer class="">
       <p>
         <a href="" data-target="#help-modal" data-toggle="modal"><i class="fa fa-question-circle"></i> {{ t('Help') }}</a>
-        &copy; {{ now|date('Y') }} crowi-plus {{ crowiVersion() }}
+        <a href="https://github.com/weseek/crowi-plus">crowi-plus</a> {{ crowiVersion() }}
       </p>
     </footer>
   </div>

+ 1 - 1
lib/views/layout/single.html

@@ -21,7 +21,7 @@
   <footer class="">
     <p>
       <a href="" data-target="#help-modal" data-toggle="modal"><i class="fa fa-question-circle"></i> {{ t('Help') }}</a>
-      &copy; {{ now|date('Y') }} crowi-plus {{ crowiVersion() }}
+      <a href="https://github.com/weseek/crowi-plus">crowi-plus</a> {{ crowiVersion() }}
     </p>
   </footer>
 </div>