From 936de2fe6649e8c61ab532e05ac39bf57dafbf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Tue, 13 Jun 2023 00:56:13 +0200 Subject: [PATCH] Spravny title --- VERSION | 2 +- templates/shortcuts.html.ep | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 57cf282..338a5b5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.5 +2.6.6 diff --git a/templates/shortcuts.html.ep b/templates/shortcuts.html.ep index ff73b26..0954d00 100644 --- a/templates/shortcuts.html.ep +++ b/templates/shortcuts.html.ep @@ -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"> -- GitLab