Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
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
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
054b3057
Commit
054b3057
authored
5 months ago
by
Alexa Valentová
Browse files
Options
Downloads
Patches
Plain Diff
fix GeoFeatureCollectionPage
parent
404e3d21
No related branches found
Branches containing commit
No related tags found
2 merge requests
!1169
fix GeoFeatureCollectionPage
,
!1168
fix GeoFeatureCollectionPage
Pipeline
#19991
passed
5 months ago
Stage: build
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
district/templates/district/base.html
+0
-2
0 additions, 2 deletions
district/templates/district/base.html
shared/static/styleguide2/main.css
+1
-1
1 addition, 1 deletion
shared/static/styleguide2/main.css
shared/templates/styleguide2/base.html
+1
-1
1 addition, 1 deletion
shared/templates/styleguide2/base.html
with
2 additions
and
4 deletions
district/templates/district/base.html
+
0
−
2
View file @
054b3057
...
@@ -26,8 +26,6 @@
...
@@ -26,8 +26,6 @@
{% block styles %}{% endblock %}
{% block styles %}{% endblock %}
{% include "maps_utils/includes/styles.html" %}
<style
type=
"text/css"
>
<style
type=
"text/css"
>
/* All anchor scrolling will be butter smooth. */
/* All anchor scrolling will be butter smooth. */
html
{
html
{
...
...
This diff is collapsed.
Click to expand it.
shared/static/styleguide2/main.css
+
1
−
1
View file @
054b3057
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
shared/templates/styleguide2/base.html
+
1
−
1
View file @
054b3057
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
<!-- Styles -->
<!-- Styles -->
<link
rel=
"stylesheet"
href=
"{% static 'styleguide2/main.css' %}"
>
<link
rel=
"stylesheet"
href=
"{% static 'styleguide2/main.css' %}"
>
{% include "maps_utils/includes/styles.html" %}
<!--TODO - Migrate to styleguide-->
<!--TODO - Migrate to styleguide-->
{% block styles %}{% endblock styles %}
{% block styles %}{% endblock styles %}
...
@@ -51,6 +50,7 @@
...
@@ -51,6 +50,7 @@
<!--TODO - Migrate to styleguide-->
<!--TODO - Migrate to styleguide-->
{% include "maps_utils/includes/scripts.html" %}
{% include "maps_utils/includes/scripts.html" %}
{% include "maps_utils/includes/styles.html" %}
{% block scripts %}{% endblock scripts %}
{% block scripts %}{% endblock scripts %}
</body>
</body>
...
...
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