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
!1197
Fix grayscaling of unavailable albums
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix grayscaling of unavailable albums
fix/albums-grayscale
into
master
Overview
0
Commits
1
Changes
2
Merged
Ghost User
requested to merge
fix/albums-grayscale
into
master
5 years ago
Overview
0
Commits
1
Changes
2
Expand
Closes
#834 (closed)
Previous behaviour
Steps to reproduce:
Go to a photo album that is not accessible for you
It is not grayed out and clickable
New behaviour
Steps to validate that it works:
Go to a photo album that is not accessible for you in the list of photo albums
It is grayed out and not clickable
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e2ea656a
1 commit,
5 years ago
2 files
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
website/photos/templates/photos/index.html
+
1
−
1
Options
@@ -8,7 +8,7 @@
{% block body %}
{% with keys=keywords|join:" " %}
<section
id=
"photos-
albums
"
class=
"page-section"
>
<section
id=
"photos-
index
"
class=
"page-section"
>
<div
class=
"container"
>
<h1
class=
"text-center section-title"
>
{% trans "Photos" %}
</h1>
Loading