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