rename rss 2.0 to media rss 2.0
This commit is contained in:
parent
6957f698d0
commit
2d011d94aa
3 changed files with 3 additions and 9 deletions
|
@ -221,7 +221,7 @@ export class VideoService implements VideosProvider {
|
|||
const feeds = [
|
||||
{
|
||||
format: FeedFormat.RSS,
|
||||
label: 'rss 2.0',
|
||||
label: 'media rss 2.0',
|
||||
url: VideoService.BASE_FEEDS_URL + FeedFormat.RSS.toLowerCase()
|
||||
},
|
||||
{
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<div placement="bottom" [ngbTooltip]="titleTooltip" container="body">
|
||||
{{ titlePage }}
|
||||
</div>
|
||||
<my-feed *ngIf="titlePage" [syndicationItems]="syndicationItems"></my-feed>
|
||||
</h1>
|
||||
|
||||
<div class="action-block" *ngIf="actions.length > 0">
|
||||
<div class="action-block">
|
||||
<my-feed *ngIf="titlePage" [syndicationItems]="syndicationItems"></my-feed>
|
||||
<a [routerLink]="action.routerLink" routerLinkActive="active" *ngFor="let action of actions">
|
||||
<button class="btn">
|
||||
<my-global-icon [iconName]="action.iconName" aria-hidden="true"></my-global-icon>
|
||||
|
|
|
@ -14,13 +14,7 @@
|
|||
my-feed {
|
||||
display: inline-block;
|
||||
top: 1px;
|
||||
margin-left: 5px;
|
||||
width: max-content;
|
||||
opacity: 0;
|
||||
transition: ease-in .2s opacity;
|
||||
}
|
||||
&:hover my-feed {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue