From 0604a21ea341aa8a010c462a122f8d7e97bd74db Mon Sep 17 00:00:00 2001 From: Martin Schoeler Date: Wed, 19 Oct 2016 09:33:33 -0200 Subject: [PATCH] added classes to spans in flextab --- .../client/views/channelSettings.html | 10 +++++----- .../client/views/pushNotificationsFlexTab.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/rocketchat-channel-settings/client/views/channelSettings.html b/packages/rocketchat-channel-settings/client/views/channelSettings.html index c1d0c15fd79..8cf5bfb3a3f 100644 --- a/packages/rocketchat-channel-settings/client/views/channelSettings.html +++ b/packages/rocketchat-channel-settings/client/views/channelSettings.html @@ -18,7 +18,7 @@ {{#if editing $key}} {{else}} - {{value}} + {{value}} {{/if}} {{/if}} @@ -26,7 +26,7 @@ {{#if editing $key}} {{else}} - {{{RocketChatMarkdown value}}} + {{{RocketChatMarkdown value}}} {{/if}} {{/if}} @@ -39,7 +39,7 @@ {{/each}} {{else}} - {{_ (valueOf $value.options value)}} + {{_ (valueOf $value.options value)}} {{/if}} {{/if}} @@ -55,9 +55,9 @@ {{else}} {{#if value}} - {{_ 'True'}} + {{_ 'True'}} {{else}} - {{_ 'False'}} + {{_ 'False'}} {{/if}} {{/if}} {{/if}} diff --git a/packages/rocketchat-push-notifications/client/views/pushNotificationsFlexTab.html b/packages/rocketchat-push-notifications/client/views/pushNotificationsFlexTab.html index ba6bf8ef28b..e22986fb704 100644 --- a/packages/rocketchat-push-notifications/client/views/pushNotificationsFlexTab.html +++ b/packages/rocketchat-push-notifications/client/views/pushNotificationsFlexTab.html @@ -23,7 +23,7 @@ {{else}} - {{subValue 'desktopNotifications'}} + {{subValue 'desktopNotifications'}} {{/if}} @@ -31,7 +31,7 @@
  • - {{#if desktopNotificationDuration}}{{desktopNotificationDuration}} {{_"seconds"}}{{else}}{{_ "Use_User_Preferences_or_Global_Settings"}}{{/if}} + {{#if desktopNotificationDuration}}{{desktopNotificationDuration}} {{_"seconds"}}{{else}}{{_ "Use_User_Preferences_or_Global_Settings"}}{{/if}}
  • {{/unless}} @@ -45,7 +45,7 @@ {{else}} - {{subValue 'mobilePushNotifications'}} + {{subValue 'mobilePushNotifications'}} {{/if}} @@ -62,7 +62,7 @@ {{else}} - {{subValue 'emailNotifications'}} + {{subValue 'emailNotifications'}} {{/if}} @@ -83,7 +83,7 @@ {{else}} - {{unreadAlertText}} + {{unreadAlertText}} {{/if}}