Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
violinist_teams
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
violinist_teams
Commits
6ee71e7c
Commit
6ee71e7c
authored
9 months ago
by
Eirik Morland
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3448051
by eiriksm: Create some easier to test selectors for the members table
parent
ab20e957
No related branches found
No related tags found
1 merge request
!56
Add some easier selectors
Pipeline
#175943
passed with warnings
9 months ago
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/violinist-teams-team-member-row.html.twig
+2
-2
2 additions, 2 deletions
templates/violinist-teams-team-member-row.html.twig
templates/violinist-teams-team-members-table.html.twig
+1
-1
1 addition, 1 deletion
templates/violinist-teams-team-members-table.html.twig
with
3 additions
and
3 deletions
templates/violinist-teams-team-member-row.html.twig
+
2
−
2
View file @
6ee71e7c
<tr
class=
"bg-white hover:bg-gray-50 dark:hover:bg-gray-600"
>
<tr
class=
"bg-white hover:bg-gray-50 dark:hover:bg-gray-600
member-row
"
>
<th
scope=
"row"
class=
"flex items-center px-6 py-4 text-gray-900 whitespace-nowrap dark:text-white"
>
<div
class=
"ps-3"
>
<div
class=
"text-base font-semibold"
>
{{
name
}}
</div>
<div
class=
"font-normal text-gray-500"
>
{{
mail
}}
</div>
<div
class=
"font-normal
field-email
text-gray-500"
>
{{
mail
}}
</div>
</div>
</th>
<td
class=
"px-6 py-4"
>
...
...
This diff is collapsed.
Click to expand it.
templates/violinist-teams-team-members-table.html.twig
+
1
−
1
View file @
6ee71e7c
<div
class=
"relative overflow-x-auto mt-5"
>
<div
class=
"
members-table
relative overflow-x-auto mt-5"
>
<div
class=
"flex items-center justify-between flex-column flex-wrap md:flex-row space-y-4 md:space-y-0 pb-4 bg-white dark:bg-gray-900"
>
<table
class=
"w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400"
>
<thead
class=
"text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400"
>
...
...
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