Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
dc3756c0
Commit
dc3756c0
authored
Jan 23, 2016
by
David Haynes
🙆
Browse files
Refine the homepage buttons + typo
- length reduced but no impact to performance - placeholder 'edit' now goes to a 404
parent
8f812529
Changes
2
Hide whitespace changes
Inline
Side-by-side
go/go/templates/link_box.html
View file @
dc3756c0
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<br></br>
<br></br>
<strong>
<strong>
<a
href=
"
https://www.google.com
"
>
<a
href=
"
error_404
"
>
Edit
Edit
</a>
</a>
</strong>
</strong>
...
...
go/go/templates/public_landing.html
View file @
dc3756c0
...
@@ -63,15 +63,16 @@ Go - Welcome
...
@@ -63,15 +63,16 @@ Go - Welcome
</p>
</p>
</div>
</div>
</div>
<div
class=
"col-md-6"
>
<hr
/>
<br></br>
<div
class=
"row"
>
<div
class=
"col-md-offset-1 col-md-4"
>
<a
href=
"{% url 'go_login' %}"
class=
"btn btn-primary btn-block"
>
Log In
</a>
<a
href=
"{% url 'go_login' %}"
class=
"btn btn-primary btn-block"
>
Log In
</a>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-offset-2 col-md-4"
>
<br></br>
<a
href=
"{% url 'signup' %}"
class=
"btn btn-primary btn-block"
>
Sign Up
</a>
<a
href=
"{% url 'signup' %}"
class=
"btn btn-primary btn-block"
>
Signup
</a>
</div>
</div>
</div>
</div>
...
...
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