Skip to content

Commit

Permalink
[webui] Align error messages ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Mar 15, 2012
1 parent 4948c84 commit 7711533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/shared/_buildresult_box.html.erb
Expand Up @@ -86,7 +86,7 @@
$('#result_display_<%= index %>_0').html(data);
},
error: function(data) {
$('#result_display_<%= index %>_0').html('<p>No build result available</p>');
$('#result_display_<%= index %>_0').html('<p>No build results available</p>');
},
complete: function(data) {
$('#result_spinner_<%= index %>_0').hide();
Expand Down

0 comments on commit 7711533

Please sign in to comment.