aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/index.pug
diff options
context:
space:
mode:
authorMarvin Borner2019-01-28 17:36:52 +0100
committerMarvin Borner2019-01-28 17:36:52 +0100
commit784e129902421f918dbf71e7aa3ef346ce1c00f7 (patch)
tree572c062e5af38f8a2811178b795467d5208a7436 /views/index.pug
parentda4ca3e3158d6b4d8acbd3871a5d3ab09b57f0ea (diff)
Improved pin design
Diffstat (limited to 'views/index.pug')
-rw-r--r--views/index.pug13
1 files changed, 6 insertions, 7 deletions
diff --git a/views/index.pug b/views/index.pug
index 517c0a3..1e870dd 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -1,12 +1,12 @@
-//
- index.pug
- Copyright (c) 2019, Texx
- License: MIT
- See https://github.com/texxme/Texx/blob/master/LICENSE
-
extends layout
block content
+ //-
+ index.pug
+ Copyright (c) 2019, Texx
+ License: MIT
+ See https://github.com/texxme/Texx/blob/master/LICENSE
+
.chat#chat
button.button.action-button.is-big.is-outlined.is-info(toggle-contact-modal)
i.fas.fa-plus
@@ -47,4 +47,3 @@ block content
input#3(type='text', maxlength=1, min=0, max=9)
.column.is-centered.is-flex
input#4(type='text', maxlength=1, min=0, max=9)
-