aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-28 22:01:00 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-28 22:01:00 +0200
commit280dd92d16abf50d613fb8a5570bf6445fa84a80 (patch)
tree58364cfb4d57c3bf9927ad9e53aafc5c4b2024b1
parent906a5e3ee07d3d36b09798fd8894e314633e293b (diff)
downloadsonarqube-280dd92d16abf50d613fb8a5570bf6445fa84a80.tar.gz
sonarqube-280dd92d16abf50d613fb8a5570bf6445fa84a80.zip
SONAR-5546 Fail to display changelog of Quality Profile
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb
index ce962dbc83f..0cdc4add221 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/changelog.html.erb
@@ -33,7 +33,7 @@
<%
action = change.action()
action_message = message('quality_profiles.changelog.' + action.downcase) if action
- author = change.authorName() ? change.authorName() : change.login() ? !change.login().emtpy? : 'System'
+ author = change.authorName() ? change.authorName() : change.login() ? !change.login().empty? : 'System'
rule = change.ruleName() ? change.ruleName() : change.ruleKey()
%>
<td valign="top" width="1%" nowrap><%= Internal.i18n.formatDateTime(change.time()) -%></td>