diff --git a/app/assets/javascripts/backbone/plugins/user_list.js.coffee b/app/assets/javascripts/backbone/plugins/user_list.js.coffee index 7b20eb76..e656dbfc 100644 --- a/app/assets/javascripts/backbone/plugins/user_list.js.coffee +++ b/app/assets/javascripts/backbone/plugins/user_list.js.coffee @@ -6,7 +6,7 @@ class Kandan.Plugins.UserList @template: _.template '''
- + <%= name %>
''' diff --git a/app/assets/templates/activity_base.jst.eco b/app/assets/templates/activity_base.jst.eco index 2fab334e..eed94e71 100644 --- a/app/assets/templates/activity_base.jst.eco +++ b/app/assets/templates/activity_base.jst.eco @@ -1,7 +1,7 @@ <%= new Date(@activity.created_at).toRelativeTime(Kandan.options.nowThreshold) %> - +
diff --git a/app/assets/templates/current_user.jst.eco b/app/assets/templates/current_user.jst.eco index b32215b8..7f744c73 100644 --- a/app/assets/templates/current_user.jst.eco +++ b/app/assets/templates/current_user.jst.eco @@ -1,2 +1,2 @@ - + <%= @name %> diff --git a/app/assets/templates/message.jst.eco b/app/assets/templates/message.jst.eco index ac4eb511..bec51f32 100644 --- a/app/assets/templates/message.jst.eco +++ b/app/assets/templates/message.jst.eco @@ -1,7 +1,7 @@ <%= new Date(@activity.created_at).toRelativeTime(Kandan.options.nowThreshold) %> - +
diff --git a/app/assets/templates/user_notification.jst.eco b/app/assets/templates/user_notification.jst.eco index 44a27288..8b226039 100644 --- a/app/assets/templates/user_notification.jst.eco +++ b/app/assets/templates/user_notification.jst.eco @@ -1,7 +1,7 @@ <%= new Date(@activity.created_at).toRelativeTime(Kandan.options.nowThreshold) %> - +
Kandan bot