Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
concrexit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
thalia
concrexit
Merge requests
!169
Add album downloading
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add album downloading
73-album-down
into
master
Overview
2
Commits
1
Changes
3
1 unresolved thread
Hide all comments
Merged
Ghost User
requested to merge
73-album-down
into
master
8 years ago
Overview
2
Commits
1
Changes
3
1 unresolved thread
Hide all comments
Expand
Zip files are put in /tmp/ then served with sendfile
Closes
#73 (closed)
0
0
Merge request reports
Compare
master
version 1
63a0a68e
8 years ago
master (base)
and
latest version
latest version
62776b30
1 commit,
8 years ago
version 1
63a0a68e
1 commit,
8 years ago
3 files
+
29
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
website/photos/templates/photos/album.html
+
7
−
1
Options
@@ -9,7 +9,13 @@
{% endblock %}
{% block body %}
<h1>
{{ album.title }}
</h1>
<h1>
{{ album.title }}
<span
class=
"title-meta clearfix"
>
<span><a
href=
"{% url 'photos:album-download' album.slug %}"
class=
"overlay-icon-download"
></a></span>
<span><a
href=
"{% url 'photos:index' %}"
class=
"back"
></a></span>
</span>
<span
class=
"title-meta clearfix"
>
</h1>
<h2>
{{ album.date|date:"d-m-Y" }}
</h2>
{% if album.shareable %}
<p
class=
"tcenter"
>
Loading