mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +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
9787764e6c
commit
47e283ac65
@ -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