diff client/src/components/Sidebar.vue @ 1416:3af7ad9717e2

Client: add a set fo marked translation * add some marked transaltions in the templates. and update the corresponding .po files. * remove trailing whitespace and improve the formating in some files
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 29 Nov 2018 11:08:02 +0100
parents c5e004b97394
children 350e9a168bc8
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Thu Nov 29 11:02:51 2018 +0100
+++ b/client/src/components/Sidebar.vue	Thu Nov 29 11:08:02 2018 +0100
@@ -36,7 +36,9 @@
           <font-awesome-icon icon="clipboard-check" fixed-width></font-awesome-icon>
           <translate>Staging area</translate>
         </a>
-        <small class="text-muted pl-3"><translate>Systemadministration</translate></small>
+        <small class="text-muted pl-3">
+          <translate>Systemadministration</translate>
+        </small>
         <hr class="m-0">
         <router-link to="usermanagement">
           <font-awesome-icon icon="users-cog" fixed-width></font-awesome-icon>
@@ -60,7 +62,8 @@
       <hr class="m-0">
       <a href="#" @click="logoff">
         <font-awesome-icon icon="power-off" fixed-width></font-awesome-icon>
-        <translate>Logout</translate> {{ user }}
+        <translate>Logout</translate>
+        {{ user }}
       </a>
     </div>
   </div>