Class: Importance::BootstrapLayout

Inherits:
BlankLayout show all
Defined in:
app/models/importance/bootstrap_layout.rb

Class Method Summary collapse

Class Method Details

.select_classObject



3
4
5
# File 'app/models/importance/bootstrap_layout.rb', line 3

def self.select_class
  "form-select"
end

.submit_classObject



7
8
9
# File 'app/models/importance/bootstrap_layout.rb', line 7

def self.submit_class
  "btn btn-primary"
end

.table_classObject



11
12
13
# File 'app/models/importance/bootstrap_layout.rb', line 11

def self.table_class
  "table"
end

.wrapper_classObject



15
16
17
# File 'app/models/importance/bootstrap_layout.rb', line 15

def self.wrapper_class
  "table-responsive"
end