[yast-commit] <web-client> master : Moving edit button to the end of the page (bnc#555311)
ref: refs/heads/master commit d1a746793c68afcbbc92f9894ebe0c4b7264f3f7 Author: Stefan Schubert <schubi@suse.de> Date: Wed Nov 18 13:10:26 2009 +0100 Moving edit button to the end of the page (bnc#555311) --- 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
participants (1)
-
Stefan Schubert