Sha256: c6f5f1142a3a18ded156f428e40d7b41dbc65213126373ec2ce4df4b51d83286
Contents?: true
Size: 800 Bytes
Versions: 1
Compression:
Stored size: 800 Bytes
Contents
<!-- Change these to link_to_if to establish condition that they are clickable only --> <!-- if a user is selected in the main panel. They should display regardless, but --> <!-- be greyed out or something. --> <div class="link"><%= link_to "Remove User", :controller => "admin", :action => "remove_user" %></div><br/> <div class="link"><%= link_to "Edit User's Forwarding List", :controller => "admin", :action => "edit_user_list" %></div><br/> <div class="link"><%= link_to "Change User's Password", :controller => "admin", :action => "change_user_password" %></div><br/> <!-- End conditional links --> <div class="link"><%= link_to "Back", :controller => "admin", :action => "list_users"%></div><br/> <div class="link"><%= link_to "Logout", :controller => "account", :action => "logout"%></div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sugoi-mail-0.3.2 | app/views/navigation/_root_show_user_module.rhtml |