How to change caption on Search button in ActiveScaffold Rails?
How to change开发者_运维百科 caption on Search button in ActiveScaffold Rails?
Override the _search.html.erb
partial by importing it from AS/frontend/views/default/
into your corresponding views folder and adjust it as needed.
Alternatively, copy that AS/frontend/views/default/_search.html.erb
partial into your /app/views/active_scaffold_overrides/
folder, then edit the Search button text, and the updated partial will be used for all ActiveScaffold views in your app.
精彩评论