Skip to content

Commit

Permalink
[webui] fix request state display
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Nov 8, 2012
1 parent 1aa5ecd commit e08887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/shared/_requests.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<td class="nowrap"><%= render :partial => 'shared/user_with_realname_and_icon', :locals => {user: req['creator'], short: true}%></td>
<td class="nowrap"><%= reqtype(ae) %></td>
<% if !hide_state %>
<td class="nowrap"><%= req['state']['name'] %></td>
<td class="nowrap"><%= req['state'] %></td>
<% end %>
<td>
<%= link_to(image_tag('req-showdiff.png', :size => '16x16',
Expand Down

0 comments on commit e08887f

Please sign in to comment.