Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Greenlight
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arbeitsgruppe Hardwarenahe IT-Systeme
Greenlight
Commits
886f69ec
Unverified
Commit
886f69ec
authored
Jun 22, 2023
by
Samuel Couillard
Committed by
GitHub
Jun 22, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Add buttons, fix typos (#5279)
parent
de3c8661
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/assets/locales/en.json
+2
-2
2 additions, 2 deletions
app/assets/locales/en.json
app/javascript/components/rooms/room/public_recordings/PublicRecordingsList.jsx
+7
-0
7 additions, 0 deletions
...nts/rooms/room/public_recordings/PublicRecordingsList.jsx
with
9 additions
and
2 deletions
app/assets/locales/en.json
+
2
−
2
View file @
886f69ec
...
...
@@ -179,9 +179,9 @@
"processing_recording"
:
"Processing recording, this may take several minutes..."
,
"copy_recording_urls"
:
"Copy Recording Url(s)"
,
"recordings_list_empty"
:
"You don't have any recordings yet!"
,
"public_recordings_list_empty"
:
"There
's no shared
recordings yet!"
,
"public_recordings_list_empty"
:
"There
are no public
recordings yet!"
,
"recordings_list_empty_description"
:
"Recordings will appear here after you start a meeting and record it."
,
"public_recordings_list_empty_description"
:
"Recordings will appear here
after a mentor share it
."
,
"public_recordings_list_empty_description"
:
"Recordings will appear here
when available
."
,
"delete_recording"
:
"Delete Recording"
,
"are_you_sure_delete_recording"
:
"Are you sure you want to delete this recording?"
,
"search_not_found"
:
"No Recordings Found"
...
...
This diff is collapsed.
Click to expand it.
app/javascript/components/rooms/room/public_recordings/PublicRecordingsList.jsx
+
7
−
0
View file @
886f69ec
...
...
@@ -45,6 +45,13 @@ export default function PublicRecordingsList({ friendlyId }) {
<
p
>
{
t
(
'
recording.public_recordings_list_empty_description
'
)
}
</
p
>
<
ButtonLink
variant
=
"brand"
className
=
"ms-auto my-0 py-2"
to
=
{
`/rooms/
${
friendlyId
}
/join`
}
>
<
span
>
<
UserBoardIcon
className
=
"hi-s cursor-pointer"
/>
{
t
(
'
join_session
'
)
}
</
span
>
</
ButtonLink
>
</
div
>
);
}
...
...
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