Sha256: d74e69daa77bf5624d9f3033a03116a4617e45daf1dc466e2b676a82a2160aae
Contents?: true
Size: 813 Bytes
Versions: 2
Compression:
Stored size: 813 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 => "root_admin", :action => "list_users" %></div><br/> <div class="link"><%= link_to "Edit User's Forwarding List", :controller => "root_admin", :action => "list_mailinglists" %></div><br/> <div class="link"><%= link_to "Change User's Password", :controller => "root_admin", :action => "list_users" %></div><br/> <!-- End conditional links --> <div class="link"><%= link_to "Back", :controller => "root_admin", :action => "list_users"%></div><br/> <div class="link"><%= link_to "Logout", :controller => "account", :action => "logout"%></div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sugoi-mail-0.1.5 | app/views/navigation/_root_edit_user_module.rhtml |
sugoi-mail-0.3.0 | app/views/navigation/_root_edit_user_module.rhtml |