Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nk20
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
BDE
nk20
Commits
8751b393
Commit
8751b393
authored
4 years ago
by
ynerant
Browse files
Options
Downloads
Patches
Plain Diff
One button should not be displayed
parent
302f9e75
No related branches found
No related tags found
Loading
Pipeline
#8213
passed with stages
in 4 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/activity/activity_detail.html
+1
-1
1 addition, 1 deletion
templates/activity/activity_detail.html
with
1 addition
and
1 deletion
templates/activity/activity_detail.html
+
1
−
1
View file @
8751b393
...
...
@@ -63,7 +63,7 @@
{% if not activity.open and ".change__valid"|has_perm:activity %}
<a
class=
"btn btn-success btn-sm my-1"
id=
"validate_activity"
>
{% if activity.valid %}{% trans "invalidate"|capfirst %}{% else %}{% trans "validate"|capfirst %}{% endif %}
</a>
{% endif %}
{% if ".
view
_"|has_perm:activity %}
{% if ".
change
_"|has_perm:activity %}
<a
class=
"btn btn-primary btn-sm my-1"
href=
"{% url 'activity:activity_update' pk=activity.pk %}"
>
{% trans "edit"|capfirst %}
</a>
{% endif %}
{% if activity.activity_type.can_invite and not activity_started %}
...
...
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