Skip to content
Snippets Groups Projects
Commit f934cd62 authored by Anatole ROMON's avatar Anatole ROMON
Browse files

Merge branch 'master' of gitlab.binets.fr:br/sigma-backend

parents dd307d09 20643c9c
No related branches found
No related tags found
No related merge requests found
...@@ -12,14 +12,16 @@ block content ...@@ -12,14 +12,16 @@ block content
div.form-group div.form-group
label(for="columns") Columns label(for="columns") Columns
input.form-control(type="search", name="columns") input.form-control(type="search", name="columns")
button.form-control(type="submit") Recherche/<em>Search</em> button.form-control(type="submit",class="button") Recherche/<em>Search</em>
| |
h2 GraphiQL h2 GraphiQL
p p GraphiQL is an interactive environment to make GraphQL
| GraphiQL is an interactive environment to make GraphQL
| requests to the database. | requests to the database.
a(href="/graphiql") Check it out. div(class="button")
a(href="/graphiql") Check it out.
div(class="button")
a(href="/voyager") Check it out.
| |
p Currently logged in as: #{userName}. p Currently logged in as: #{userName}.
form(action="/logout", method="post") form(action="/logout", method="post")
button.form-control(type="submit") Déconnexion/<em>Logout</em> button.form-control(type="submit",class="button") Déconnexion/<em>Logout</em>
...@@ -13,5 +13,5 @@ block content ...@@ -13,5 +13,5 @@ block content
div.form-group div.form-group
label(for="password") Password label(for="password") Password
input.form-control(type="password", placeholder="Password", name="password") input.form-control(type="password", placeholder="Password", name="password")
button.form-control(type="submit") Connexion/<em>Log in</em> button.form-control(type="submit",class="button") Connexion/<em>Log in</em>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment