Skip to content

Commit

Permalink
[webui] missed a spot for constraints change
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 1, 2013
1 parent 2ed21ad commit 3293cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/package/statistics.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<% if @statistics.times %>
<h1>Times</h1>
<% if @statistics.times.preinstall %>
<p>Package Preinstall: <%= @statistics.time.preinstall.time %> <%= @statistics.times.preinstall.time.unit %></p>
<p>Package Preinstall: <%= @statistics.times.preinstall.time %> <%= @statistics.times.preinstall.time.unit %></p>
<% end %>
<% if @statistics.times.install %>
<p>Package Install: <%= @statistics.times.install.time %> <%= @statistics.times.install.time.unit %></p>
Expand Down

0 comments on commit 3293cc6

Please sign in to comment.