Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Memorekall Member New
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rekall
Memorekall Member New
Commits
109b8153
Commit
109b8153
authored
Feb 25, 2022
by
Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
fix translation error
parent
89cc6fb9
No related branches found
No related tags found
1 merge request
!68
Tuleap 134 unify css
Pipeline
#868
passed
Feb 25, 2022
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/capsule/index.html.twig
+1
-1
1 addition, 1 deletion
templates/capsule/index.html.twig
with
1 addition
and
1 deletion
templates/capsule/index.html.twig
+
1
−
1
View file @
109b8153
...
...
@@ -17,7 +17,7 @@
{%
if
current_user.getGroups
()
|
length
>
1
%}
{{
form_start
(
filterByGroupForm
,
{
'attr'
:
{
novalidate
:
'novalidate'
,
'class'
:
'd-flex flex-row flex-nowrap'
}}
) }}
<div
class=
"input-group"
>
{{
form_label
(
filterByGroupForm.name
,
'groups.filter.label'
|
trans
,
{
'label_attr'
:
{
'class'
:
'input-group-text mb-0'
}}
) }}
{{
form_label
(
filterByGroupForm.name
,
'groups.filter.label'
,
{
'label_attr'
:
{
'class'
:
'input-group-text mb-0'
}}
) }}
{{
form
(
filterByGroupForm.name
,
{
'attr'
:
{
'class'
:
'choice-auto-submit'
}}
) }}
</div>
{{
form_end
(
filterByGroupForm
)
}}
...
...
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