Skip to content

Commit

Permalink
[webui] fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Feb 4, 2012
1 parent d3801d1 commit 0c869a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/package/_commit_item.html.erb
Expand Up @@ -5,7 +5,7 @@
<% else %>
<% user = commit[:user] || '-' %>
<% realname = Person.realname_for_login(user) %>
<%= user_icon(user)) %>
<%= user_icon(user) %>
<% if not realname.empty? %>
<%= link_to(realname + " (" + user + ")", :controller => :home, :user => user) %>
<% else %>
Expand Down

0 comments on commit 0c869a4

Please sign in to comment.