mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:33:08 +02:00
[Client] #7
This commit is contained in:
parent
89fd8b3940
commit
c7cec1f853
2 changed files with 23 additions and 0 deletions
22
src/web/app/desktop/tags/home-widgets/version.tag
Normal file
22
src/web/app/desktop/tags/home-widgets/version.tag
Normal file
|
@ -0,0 +1,22 @@
|
|||
<mk-version-home-widget>
|
||||
<p>ver{ version }</p>
|
||||
<style>
|
||||
:scope
|
||||
display block
|
||||
background transparent !important
|
||||
border none !important
|
||||
overflow visible !important
|
||||
|
||||
> p
|
||||
display block
|
||||
margin 0
|
||||
padding 0 12px
|
||||
text-align center
|
||||
font-size 0.7em
|
||||
color #aaa
|
||||
|
||||
</style>
|
||||
<script>
|
||||
this.version = VERSION;
|
||||
</script>
|
||||
</mk-version-home-widget>
|
|
@ -41,6 +41,7 @@ require('./home-widgets/notifications.tag');
|
|||
require('./home-widgets/rss-reader.tag');
|
||||
require('./home-widgets/photo-stream.tag');
|
||||
require('./home-widgets/broadcast.tag');
|
||||
require('./home-widgets/version.tag');
|
||||
require('./timeline.tag');
|
||||
require('./messaging/window.tag');
|
||||
require('./messaging/room-window.tag');
|
||||
|
|
Loading…
Reference in a new issue