Skip to content
Snippets Groups Projects
Verified Commit 936de2fe authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Spravny title

parent 0e57eff5
No related branches found
No related tags found
No related merge requests found
Pipeline #13231 passed
2.6.5
2.6.6
......@@ -43,7 +43,7 @@
<tr v-for="shortcut in shortcuts" >
<td v-bind:title="shortcut.title" class="text-bold w-32" @click="showInfo(shortcut)" >{{shortcut.shortcut}}</td>
<td class="text-bold w-32" @click="showInfo(shortcut)" >{{ formatTimestamp(shortcut.created) }}</td>
<td v-bind:title="shortcut.url" @click="showInfo(shortcut)" >{{ stripURL(shortcut.url) }}</td>
<td v-bind:title="shortcut.title" @click="showInfo(shortcut)" >{{ stripURL(shortcut.url) }}</td>
<td class="w-24" @click="showInfo(shortcut)">{{ shortcut.code == 301 ? '301 trvalé' : '302 dočasné'}}</td>
<td class="w-16 text-right" @click="showInfo(shortcut)">{{shortcut.counter}}</td>
<td class="w-40">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment