@@ -849,7 +849,7 module ApplicationHelper | |||||
849 | options[:class] << ' disabled' |
|
849 | options[:class] << ' disabled' | |
850 | url = '#' |
|
850 | url = '#' | |
851 | end |
|
851 | end | |
852 | link_to name, url, options |
|
852 | link_to h(name), url, options | |
853 | end |
|
853 | end | |
854 |
|
854 | |||
855 | def calendar_for(field_id) |
|
855 | def calendar_for(field_id) |
General Comments 0
You need to be logged in to leave comments.
Login now