search for: current_rol

Displaying 1 result from an estimated 1 matches for "current_rol".

Did you mean: current_row
2006 May 29
3
Hiding HTML Markup
Hi, THis may be a simple question. I am trying to hide some HTML markup language depending on a value. So for example I have the following in an RHTML file: <%if session[:role]=="Administrator" %> <label><Strong>Administration</strong></label><br> <%= link_to("Users", :controller=>"Users",:action=>"list")