Sha256: ffc983c82c55aa51c4082ee90c3ef2b05cc1fda6ccf1e96f5a8d2b0403b428d8
Contents?: true
Size: 793 Bytes
Versions: 1
Compression:
Stored size: 793 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 => "list_users" %></div><br/> <div class="link"><%= link_to "Edit User's Forwarding List", :controller => "admin", :action => "list_mailinglists" %></div><br/> <div class="link"><%= link_to "Change User's Password", :controller => "admin", :action => "list_users" %></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_edit_user_module.rhtml |