File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed
app/shared/widget/widgets/weblinks/widget-weblinks-small Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1515 [href] ="meeting.data.website_url "> {{ 'WIDGET.WEBLINKS.WEBSITE_LINK_TEXT' | translate }}</ a >
1616 </ div >
1717 }
18+ @if (meeting.data.instagram_url) {
19+ < div class ="link-tile ">
20+ < mat-icon > image</ mat-icon >
21+ < a class ="link "
22+ [href] ="meeting.data.instagram_url "> {{ 'WIDGET.WEBLINKS.INSTAGRAM_LINK_TEXT' | translate }}</ a >
23+ </ div >
24+ }
25+ @if (meeting.data.facebook_url) {
26+ < div class ="link-tile ">
27+ < mat-icon > post_add</ mat-icon >
28+ < a class ="link "
29+ [href] ="meeting.data.facebook_url "> {{ 'WIDGET.WEBLINKS.FACEBOOK_LINK_TEXT' | translate }}</ a >
30+ </ div >
31+ }
1832 </ div >
1933}
Original file line number Diff line number Diff line change 343343 "WEBLINKS" : {
344344 "TITLE" : " Links" ,
345345 "LIVESTREAM_LINK_TEXT" : " Livestream" ,
346- "WEBSITE_LINK_TEXT" : " Webseite"
346+ "WEBSITE_LINK_TEXT" : " Webseite" ,
347+ "INSTAGRAM_LINK_TEXT" : " Instagram" ,
348+ "FACEBOOK_LINK_TEXT" : " Facebook"
347349 },
348350 "SPONSORS" : {
349351 "TITLE" : " Sponsoren" ,
Original file line number Diff line number Diff line change 339339 "WEBLINKS" : {
340340 "TITLE" : " Weblinks" ,
341341 "LIVESTREAM_LINK_TEXT" : " Livestream" ,
342- "WEBSITE_LINK_TEXT" : " Website"
342+ "WEBSITE_LINK_TEXT" : " Website" ,
343+ "INSTAGRAM_LINK_TEXT" : " Instagram" ,
344+ "FACEBOOK_LINK_TEXT" : " Facebook"
343345 },
344346 "SPONSORS" : {
345347 "TITLE" : " Sponsors" ,
Original file line number Diff line number Diff line change 266266 },
267267 "FILE" : {
268268 "NOT_FOUND_MESSAGE" : " {{filename}} не знайдено."
269+ },
270+ "WEBLINKS" : {
271+ "TITLE" : " Посилання" ,
272+ "LIVESTREAM_LINK_TEXT" : " Трансляція" ,
273+ "WEBSITE_LINK_TEXT" : " Вебсайт" ,
274+ "INSTAGRAM_LINK_TEXT" : " Instagram" ,
275+ "FACEBOOK_LINK_TEXT" : " Facebook"
269276 }
270277 },
271278 "ENTRY_PAGE" : {
275282 "DASHBOARD" : {
276283 "WELCOME_MESSAGE" : " З поверненням, {{username}}!"
277284 }
278- }
285+ }
You can’t perform that action at this time.
0 commit comments