heartcombo--simple_form/lib/simple_form/inputs
Lauro Caetano 63fb9a2773 Change the translation mechanism to use
`ActionView::Helpers::TranslationHelper`.

It has some advantages over only using `I18n.t`, such as the safe
translation if the key has the suffix `_html`.
2014-04-04 14:51:21 -03:00
..
base.rb Change the translation mechanism to use 2014-04-04 14:51:21 -03:00
block_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
boolean_input.rb Put a whitespace before the inline_label if it is present 2014-03-28 18:36:35 -03:00
collection_check_boxes_input.rb Bring the same concept of "Builder" to collection radio buttons/check boxes 2012-02-13 23:57:56 -02:00
collection_input.rb Change the translation mechanism to use 2014-04-04 14:51:21 -03:00
collection_radio_buttons_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
collection_select_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
date_time_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
file_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
grouped_collection_select_input.rb Use the first non-empty object to detect the label and value method for 2014-04-02 15:48:12 -03:00
hidden_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
numeric_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
password_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
priority_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
range_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
string_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
text_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00