1 # Methods added to this helper will be available to all templates in the application.
2 module ApplicationHelper
3 def form_label(obj, meth, str)
4 '<label for="%s_%s">%s</label>' % [ obj, meth, str ]
9 <script type="text/javascript">
11 Field.activate('#{field_name}');
20 #{link_to user.display_name, user_url(user), :class => "author url fn nickname"}