Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
4af2b398
Commit
4af2b398
authored
7 years ago
by
Chris Lawton
Browse files
Options
Downloads
Patches
Plain Diff
updating block name to class and removing grey modifier after it was added to the body tag
parent
3cb58171
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opentech/public/standardpages/templates/standardpages/index_page.html
+1
-1
1 addition, 1 deletion
...lic/standardpages/templates/standardpages/index_page.html
opentech/templates/base.html
+1
-1
1 addition, 1 deletion
opentech/templates/base.html
with
2 additions
and
2 deletions
opentech/public/standardpages/templates/standardpages/index_page.html
+
1
−
1
View file @
4af2b398
{% extends "base.html" %}
{% extends "base.html" %}
{% load wagtailcore_tags wagtailimages_tags navigation_tags static %}
{% load wagtailcore_tags wagtailimages_tags navigation_tags static %}
{% block main_modifier %}wrapper--light-grey-bg wrapper--bottom-space{% endblock %}
{% block body_class %}light-grey-bg{% endblock %}
{% block body_class %}light-grey-bg{% endblock %}
{% block main_class %}wrapper--bottom-space{% endblock %}
{% block content %}
{% block content %}
<div
class=
"wrapper"
>
<div
class=
"wrapper"
>
<section
class=
"section section--main"
>
<section
class=
"section section--main"
>
...
...
This diff is collapsed.
Click to expand it.
opentech/templates/base.html
+
1
−
1
View file @
4af2b398
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
<svg
class=
"header__icon header__icon--pixels header__icon--pixels-right"
><use
xlink:href=
"#hero-standard-right-pixels"
></use></svg>
<svg
class=
"header__icon header__icon--pixels header__icon--pixels-right"
><use
xlink:href=
"#hero-standard-right-pixels"
></use></svg>
</header>
</header>
<main
class=
"wrapper wrapper--large wrapper--main {% block main_
modifier
%}{% endblock %}"
>
<main
class=
"wrapper wrapper--large wrapper--main {% block main_
class
%}{% endblock %}"
>
{% block content %}{% endblock %}
{% block content %}{% endblock %}
</main>
</main>
...
...
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