diff options
author | Marvin Borner | 2019-01-28 17:36:52 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-28 17:36:52 +0100 |
commit | 784e129902421f918dbf71e7aa3ef346ce1c00f7 (patch) | |
tree | 572c062e5af38f8a2811178b795467d5208a7436 /views | |
parent | da4ca3e3158d6b4d8acbd3871a5d3ab09b57f0ea (diff) |
Improved pin design
Diffstat (limited to 'views')
-rw-r--r-- | views/error.pug | 6 | ||||
-rw-r--r-- | views/index.pug | 13 | ||||
-rw-r--r-- | views/layout.pug | 2 |
3 files changed, 7 insertions, 14 deletions
diff --git a/views/error.pug b/views/error.pug index 270be46..192b543 100644 --- a/views/error.pug +++ b/views/error.pug @@ -1,9 +1,3 @@ -// - error.pug - Copyright (c) 2019, Texx - License: MIT - See https://github.com/texxme/Texx/blob/master/LICENSE - extends layout block content 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) - diff --git a/views/layout.pug b/views/layout.pug index 6f6faf0..72e457d 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,4 +1,4 @@ -// +//- layout.pug Copyright (c) 2019, Texx License: MIT |