Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
medal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
43
Issues
43
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bwinf
medal
Commits
7e00d155
Commit
7e00d155
authored
Jul 07, 2020
by
Robert Czechowski
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Template jwinf: Make contest page layout more similar to other pages again
parent
5f8bba76
Pipeline
#696
passed with stages
in 27 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
templates/jwinf/contest.hbs
templates/jwinf/contest.hbs
+6
-8
No files found.
templates/jwinf/contest.hbs
View file @
7e00d155
...
...
@@ -16,12 +16,11 @@
</style>
</head>
<body
style=
"background-color: white;"
>
<div
class=
"container"
>
<div
class=
"container"
style=
"padding: 1.5rem;"
>
<div
class=
"columns"
>
<div
class=
"column is-two-thirds"
>
<p>
<p>
<div
class=
"column is-7"
>
<a
href=
"/"
>
<img
style=
"float:left; margin
: 0px
10px;"
src=
"/static/images/klein.png"
>
<img
style=
"float:left; margin
-right:
10px;"
src=
"/static/images/klein.png"
>
</a>
<h1
class=
"title"
>
Jugendwettbewerb Informatik
</h1>
<h2
class=
"subtitle"
>
Programmieren – leichter, als du denkst!
</h2>
...
...
@@ -29,8 +28,8 @@
<div
class=
"column is-one-third"
>
{{#if
logged_in
}}
<div
class=
"columns
alogin
"
>
<div
class=
"column is-
three-fifths
"
>
<div
class=
"columns"
>
<div
class=
"column is-
8
"
>
Eingeloggt als
<em>
{{
username
}}
</em>
{{#if
firstname
}}{{#if
lastname
}}
(
{{
firstname
}}
{{
lastname
}}
)
...
...
@@ -46,7 +45,7 @@
</div>
<div
class=
"column"
><a
href=
"/logout"
class=
"button is-small is-danger"
type=
"submit"
>
⨯
Logout
</a></div>
</div>
<div
class=
"columns
alogin
"
>
<div
class=
"columns"
>
<div
class=
"column"
></div>
</div>
{{/if}}
...
...
@@ -220,7 +219,6 @@
{{#if
not_bare
}}
</div>
</div>
<footer
class=
"footer"
>
<div
class=
"content has-text-centered"
>
<p>
...
...
Robert Czechowski
@zgtm
mentioned in issue
#83 (closed)
·
Jul 07, 2020
mentioned in issue
#83 (closed)
mentioned in issue #83
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment