mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Improve version text and link in About section in the UI
This commit is contained in:
parent
4920cfeed9
commit
844a55d290
1 changed files with 2 additions and 2 deletions
|
@ -324,8 +324,8 @@
|
|||
</div>
|
||||
<div class="col-sm-12">
|
||||
<p class="about">
|
||||
You're currently running version <%= version %><br>
|
||||
<a href="https://github.com/thelounge/lounge/blob/master/CHANGELOG.md#readme" target="_blank">View the change log</a>
|
||||
The Lounge is in version <strong><%= version %></strong>
|
||||
(<a href="https://github.com/thelounge/lounge/releases/tag/v<%= version %>" target="_blank">See release notes</a>).<br>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue