{{ "channel-information.header" | translate }}
- @if (!openEditNameInput) { - - @if(checkCreator(currentChannel)){ -{{ channel.name }}
-diff --git a/src/app/components/main-chat/channel-information/channel-information.component.html b/src/app/components/main-chat/channel-information/channel-information.component.html index bb7e32c..0fac958 100644 --- a/src/app/components/main-chat/channel-information/channel-information.component.html +++ b/src/app/components/main-chat/channel-information/channel-information.component.html @@ -1,170 +1,172 @@
{{ channel.name }}
-{{ "channel-information.header" | translate }}
- @if (!openEditNameInput) { - - @if(checkCreator(currentChannel)){ -{{ channel.name }}
-{{ "channel-information.channelInfo" | translate }}
- @if (!openEditNameDescription) { - - @if(checkCreator(currentChannel)){ -{{ channel.description }}
- } @else { -{{ "channel-information.channelInfo2" | translate }}
- } -{{ "channel-information.channelMadeBy" | translate }}
-Admin
- } @else { @for (user of getChatUsers(channel.creator); track user) { -{{ user.firstName }} {{ user.lastName }}
- } } @if(!checkCreator(currentChannel)){ -- {{ "channel-information.channelErrorText" | translate }} -
- } -{{ "channel-information.members" | translate }}
-- {{ user.firstName }} {{ user.lastName }} @if (user.id == - userService.getCurrentUserId()) { (You) } -
+{{ channel.name }}
+{{ "channel-information.channelInfo" | translate }}
+ @if (!openEditNameDescription) { + + @if(checkCreator(currentChannel)){ +{{ channel.description }}
+ } @else { +{{ "channel-information.channelInfo2" | translate }}
+ } +{{ "channel-information.channelMadeBy" | translate }}
+Admin
+ } @else { @for (user of getChatUsers(channel.creator); track user) { +{{ user.firstName }} {{ user.lastName }}
+ } } @if(!checkCreator(currentChannel)){ ++ {{ "channel-information.channelErrorText" | translate }} +
+ } +{{ "channel-information.members" | translate }}
++ {{ user.firstName }} {{ user.lastName }} @if (user.id == + userService.getCurrentUserId()) { (You) } +
+