ref: refs/heads/backgroud_patches_bnc550934 commit 8808642974bec6175688e11e421763f90e2f1051 Author: Stefan Schubert <schubi@suse.de> Date: Thu Nov 19 08:47:26 2009 +0100 moved edit-limit button back to the correct place --- plugins/status/app/views/status/index.html.erb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/status/app/views/status/index.html.erb b/plugins/status/app/views/status/index.html.erb index 5bc3137..35974a5 100644 --- a/plugins/status/app/views/status/index.html.erb +++ b/plugins/status/app/views/status/index.html.erb @@ -22,7 +22,6 @@ $(document).ready(function() { <div class='plugin-icon'><img src='/images/monitoring.png'/><%=_("Status")%></div> <div class="plugin-content grid_12"> -<%= link_to _("Edit Limits"), '/status/edit', :class => "button" %> <% @logs.each do |log| %> <h2><%= log.description %></h2> <div id="log-<%= log.id %>-console" @@ -66,6 +65,7 @@ $(document).ready(function() { <br style='clear: both'> <br> <% end %> +<%= link_to _("Edit Limits"), '/status/edit', :class => "button" %> <a href="/" class="button"><%=_("Back")%></a> </div> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org