diff options
author | Guillermo Ramos | 2020-02-11 16:09:06 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-11 16:09:06 +0100 |
commit | 840e37b56a2af853631c8f583e28e5bd576f34f5 (patch) | |
tree | a637bff6ef05809a2c2c57e58007d856fc0fb5d8 /lib/waev_web/templates/layout | |
parent | 8d352d2f05874dd9283360ed3dfc1fa7fc3e530d (diff) | |
download | waev-840e37b56a2af853631c8f583e28e5bd576f34f5.tar.gz |
Pretty avatars
Diffstat (limited to 'lib/waev_web/templates/layout')
-rw-r--r-- | lib/waev_web/templates/layout/app.html.eex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/waev_web/templates/layout/app.html.eex b/lib/waev_web/templates/layout/app.html.eex index d83e5bc..0b81432 100644 --- a/lib/waev_web/templates/layout/app.html.eex +++ b/lib/waev_web/templates/layout/app.html.eex @@ -9,11 +9,11 @@ <%= csrf_meta_tag() %> </head> <body> - <header> - <section class="container"> - <h1>WhatsApp Exports Viewer</h1> - </section> - </header> + <!-- <header> + <section class="container"> + <h1>WhatsApp Exports Viewer</h1> + </section> + </header> --> <main role="main" class="container"> <p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p> <p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p> |