From 4840b46716f6cf1634014b199007c0d0777daac3 Mon Sep 17 00:00:00 2001 From: muhammad-ammar Date: Fri, 28 Aug 2015 15:14:54 +0500 Subject: [PATCH] i18n and rtl fixes TNL-3125 --- .../components/system-feedback.underscore | 8 +-- .../teams/static/teams/js/views/edit_team.js | 4 +- .../teams/templates/edit-team.underscore | 30 +++++----- .../teams/templates/team-profile.underscore | 2 +- lms/djangoapps/teams/views.py | 2 +- lms/static/sass/views/_teams.scss | 55 +++++++++++-------- 6 files changed, 54 insertions(+), 47 deletions(-) diff --git a/common/static/common/templates/components/system-feedback.underscore b/common/static/common/templates/components/system-feedback.underscore index 09b1153289..e33e3149eb 100644 --- a/common/static/common/templates/components/system-feedback.underscore +++ b/common/static/common/templates/components/system-feedback.underscore @@ -15,8 +15,8 @@ <% } %>
-

<%= title %>

- <% if(obj.message) { %>

<%= message %>

<% } %> +

<%- title %>

+ <% if(obj.message) { %>

<%- message %>

<% } %>
<% if(obj.actions) { %> @@ -24,13 +24,13 @@