Class: Importance::BootstrapLayout
- Inherits:
-
BlankLayout
- Object
- BlankLayout
- Importance::BootstrapLayout
- Defined in:
- app/models/importance/bootstrap_layout.rb
Class Method Summary collapse
Class Method Details
.select_class ⇒ Object
3 4 5 |
# File 'app/models/importance/bootstrap_layout.rb', line 3 def self.select_class "form-select" end |
.submit_class ⇒ Object
7 8 9 |
# File 'app/models/importance/bootstrap_layout.rb', line 7 def self.submit_class "btn btn-primary" end |
.table_class ⇒ Object
11 12 13 |
# File 'app/models/importance/bootstrap_layout.rb', line 11 def self.table_class "table" end |
.wrapper_class ⇒ Object
15 16 17 |
# File 'app/models/importance/bootstrap_layout.rb', line 15 def self.wrapper_class "table-responsive" end |