Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
14595936
Commit
14595936
authored
Jul 17, 2016
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some design
parent
44988772
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
core/static/core/form.css
core/static/core/form.css
+2
-2
core/templates/core/base.jinja
core/templates/core/base.jinja
+2
-2
No files found.
core/static/core/form.css
View file @
14595936
...
...
@@ -9,8 +9,8 @@ button,
textarea
{
margin
:
0
;
border
:
0
;
padding
:
0
;
border
:
1px
solid
;
padding
:
4px
;
display
:
inline-block
;
vertical-align
:
middle
;
white-space
:
normal
;
...
...
core/templates/core/base.jinja
View file @
14595936
...
...
@@ -16,8 +16,8 @@
{%
block
header
%}
<header>
{%
if
not
user.is_authenticated
()
%}
<a
href=
"
{{
url
(
'core:
register'
)
}}
"
>
Register
</a>
|
<a
href=
"
{{
url
(
'core:
login'
)
}}
"
>
Login
</a>
<a
href=
"
{{
url
(
'core:
login'
)
}}
"
>
Login
</a>
|
<a
href=
"
{{
url
(
'core:
register'
)
}}
"
>
Register
</a>
{%
else
%}
<a
href=
"
{{
url
(
'core:user_profile'
,
user_id
=
user.id
)
}}
"
>
{{
user.get_display_name
()
}}
</a>
|
<a
href=
"
{{
url
(
'core:user_tools'
)
}}
"
>
Tools
</a>
|
...
...
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