Displaying 1 result from an estimated 1 matches for "modeln".
Did you mean:
model
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")