Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-web
Commits
09eb85c7
Commit
09eb85c7
authored
7 years ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
get rid of the top bootstrap well in directory and content views (was there for debugging purpose)
parent
e9243e9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
swh/web/templates/content.html
+0
-5
0 additions, 5 deletions
swh/web/templates/content.html
swh/web/templates/directory.html
+0
-4
0 additions, 4 deletions
swh/web/templates/directory.html
with
0 additions
and
9 deletions
swh/web/templates/content.html
+
0
−
5
View file @
09eb85c7
...
...
@@ -22,11 +22,6 @@
{% block content %}
<div
class=
"well well-sm"
>
<b>
Content mime type:
</b>
{{ mime_type }} ,
<b>
Hashing algorithm:
</b>
{{ content_hash_algo}} ,
<b>
Content checksum:
</b>
{{ content_checksum }}
<a
href=
"{{ content_raw_url }}"
class=
"btn btn-link btn-xs navbar-right"
role=
"button"
>
Raw File
</a>
</div>
{% include "includes/top-navigation.html" %}
<div
class=
"well well-sm"
>
...
...
This diff is collapsed.
Click to expand it.
swh/web/templates/directory.html
+
0
−
4
View file @
09eb85c7
...
...
@@ -2,10 +2,6 @@
{% block title %}Directory browse{% endblock %}
{% block content %}
<div
class=
"well well-sm"
>
<b>
Directory sha1 git:
</b>
{{ dir_sha1_git }}
</div>
{% include "includes/top-navigation.html" %}
<div
class=
"table-responsive"
>
...
...
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