Sha256: eb99b20885ee5f3f7871c5fc3d6611bdf3925e35357f9e2d2a6dca9d6bd97548
Contents?: true
Size: 769 Bytes
Versions: 17
Compression:
Stored size: 769 Bytes
Contents
<% @page_title = @toolbar_title = "Set New Password" %> <%= able_to? :administrate do %> <%= content_for :toolbar_links do %> <%= link_to(span_tag("List All"), users_path, :id => "list_all_button", :class => "button") %> <%= link_to(span_tag("Edit User"), edit_user_path(@user), :id => "edit_user_button", :class => "button") %> <% end %> <%= content_for :functions, render(:partial => "toolbar") %> <% end %> <%= content_for :html_head do %> <%= stylesheet_link_tag('cms/form_layout') %> <% end %> <%= form_for([:update_password, @user]) do |f| %> <%= f.cms_error_messages %> <%= render :partial => 'password', :locals => {:f => f} %> <div class="buttons"> <%= lt_button_wrapper(f.submit("Save", :class => "submit")) %> </div> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems