From fa7926eee18a2fdd8cf4f11c2f1493489adcf236 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 6 Feb 2015 13:44:55 +0100 Subject: [PATCH] Show inline editing always. --- .../app/views/user_profile/object.jst.eco | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/javascripts/app/views/user_profile/object.jst.eco b/app/assets/javascripts/app/views/user_profile/object.jst.eco index 6768083e2..6d454e4c3 100644 --- a/app/assets/javascripts/app/views/user_profile/object.jst.eco +++ b/app/assets/javascripts/app/views/user_profile/object.jst.eco @@ -9,13 +9,13 @@
<% for row in @userData: %> - <% if @user[row.name]: %> - <% if row.tag is 'richtext': %> -
- -
<%- @user[row.name] %>
-
- <% else: %> + <% if row.tag is 'richtext': %> +
+ +
<%- @user[row.name] %>
+
+ <% else: %> + <% if @user[row.name]: %>
<%- @L( @P( @user[row.name] ) ) %>