5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
|
|
-if admin
|
|
=input.name.to_s.downcase
|
|
-else
|
|
=render :partial => "portlets/dynamic_contents/"+input.name.to_s.downcase ,:locals => {:input => input} if input.name |