mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 15:25:49 +00:00
adding moritz suggestion to don't show the commit hash link if no commit hash was given
This commit is contained in:
parent
e24c3e21a6
commit
434fbb6d2f
@ -15,7 +15,11 @@
|
||||
<a href="https://github.com/gradido/gradido/releases/latest" target="_blank">
|
||||
App version {{ version }}
|
||||
</a>
|
||||
<a :href="'https://github.com/gradido/gradido/commit/' + hash" target="_blank">
|
||||
<a
|
||||
v-if="shortHash !== '00000000'"
|
||||
:href="'https://github.com/gradido/gradido/commit/' + hash"
|
||||
target="_blank"
|
||||
>
|
||||
{{ shortHash }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user