Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Castopod
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
Container registry
Model registry
Operate
Environments
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
Ad Aures
Castopod
Commits
342778ba
Commit
342778ba
authored
3 years ago
by
Ola Hneini
Committed by
Yassine Doghri
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: restore default podcast icon on public website
parent
086a79c9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
themes/cp_app/podcast/_partials/sidebar.php
+10
-2
10 additions, 2 deletions
themes/cp_app/podcast/_partials/sidebar.php
with
10 additions
and
2 deletions
themes/cp_app/podcast/_partials/sidebar.php
+
10
−
2
View file @
342778ba
...
...
@@ -15,7 +15,11 @@
<?php
if
(
$socialPlatform
->
is_visible
)
:
?>
<?=
anchor
(
esc
(
$socialPlatform
->
link_url
),
icon
(
$socialPlatform
->
type
.
'/'
.
esc
(
$socialPlatform
->
slug
)),
icon
(
esc
(
$socialPlatform
->
slug
),
''
,
$socialPlatform
->
type
),
[
'class'
=>
'text-2xl text-skin-muted hover:text-skin-base w-8 h-8 items-center inline-flex justify-center'
,
'target'
=>
'_blank'
,
...
...
@@ -38,7 +42,11 @@
<?php
if
(
$podcastingPlatform
->
is_visible
)
:
?>
<?=
anchor
(
esc
(
$podcastingPlatform
->
link_url
),
icon
(
$podcastingPlatform
->
type
.
'/'
.
$podcastingPlatform
->
slug
),
icon
(
$podcastingPlatform
->
slug
,
''
,
$podcastingPlatform
->
type
),
[
'class'
=>
'text-2xl text-skin-muted hover:text-skin-base w-8 h-8 items-center inline-flex justify-center'
,
'target'
=>
'_blank'
,
...
...
This diff is collapsed.
Click to expand it.
Yassine Doghri
@yassinedoghri
mentioned in commit
73ad94c1
·
3 years ago
mentioned in commit
73ad94c1
mentioned in commit 73ad94c1d5ea5a19bc6384338fb2ec0ee62c272f
Toggle commit list
Yassine Doghri
@yassinedoghri
mentioned in commit
f9572e41
·
2 years ago
mentioned in commit
f9572e41
mentioned in commit f9572e4125ed53c215cc4a3c4d1a32708e6febe3
Toggle commit list
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