Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hshassets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
django
hshassets
Commits
6fd9403f
Commit
6fd9403f
authored
8 years ago
by
Tim Fechner
Browse files
Options
Downloads
Patches
Plain Diff
Rename to hshassets in layout templates
parent
30876a8a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
hshassets/templates/hshassets/layout/hero.html
+2
-2
2 additions, 2 deletions
hshassets/templates/hshassets/layout/hero.html
hshassets/templates/hshassets/layout/hero_nav.html
+1
-1
1 addition, 1 deletion
hshassets/templates/hshassets/layout/hero_nav.html
with
3 additions
and
3 deletions
hshassets/templates/hshassets/layout/hero.html
+
2
−
2
View file @
6fd9403f
{% extends "hsh
cdn
/layout/base.html" %}
{% extends "hsh
assets
/layout/base.html" %}
{% load staticfiles %}
{% block body %}
...
...
@@ -9,7 +9,7 @@
<nav
class=
"nav"
>
<div
class=
"nav-left"
>
<a
class=
"nav-item is-brand"
href=
"/"
>
<span
class=
"icon"
><img
src=
"{% static 'hsh
cdn
/img/hsh_brand/logo/service/32x64.png' %}"
alt=
""
/></span>
<span
class=
"icon"
><img
src=
"{% static 'hsh
assets
/img/hsh_brand/logo/service/32x64.png' %}"
alt=
""
/></span>
Hochschule Hannover
</a>
</div>
...
...
This diff is collapsed.
Click to expand it.
hshassets/templates/hshassets/layout/hero_nav.html
+
1
−
1
View file @
6fd9403f
{% extends "hsh
cdn
/layout/hero.html" %}
{% extends "hsh
assets
/layout/hero.html" %}
{% block hero-foot %}
<div
class=
"container"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment