From 784e129902421f918dbf71e7aa3ef346ce1c00f7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 28 Jan 2019 17:36:52 +0100 Subject: Improved pin design --- views/index.pug | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'views/index.pug') 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) - -- cgit v1.2.3