Sha256: e91a97cca4108c97103c5f1485f718cd5178088247153d9bd8a1c7377cd99eef
Contents?: true
Size: 476 Bytes
Versions: 17
Compression:
Stored size: 476 Bytes
Contents
<% @page_title = @toolbar_title = "Edit User '#{h(@user.login)}'" %> <%= content_for :toolbar_links do %> <%= link_to(span_tag("List All"), users_path, :id => "list_all_button", :class => "button") %> <%= link_to(span_tag("Change Password"), [:change_password, @user], :id => "change_password_button", :class => "button") %> <% end %> <%= content_for :functions do %> <%= render(:partial => "toolbar") %> <% end %> <%= render :partial => 'form' %>
Version data entries
17 entries across 17 versions & 1 rubygems