leather 0.2.29 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/leather/hero24.jpg +0 -0
  3. data/app/assets/images/leather/phone.png +0 -0
  4. data/app/assets/javascripts/leather/off_canvas.js.coffee +11 -42
  5. data/app/assets/stylesheets/docs.css.scss +3 -0
  6. data/app/assets/stylesheets/leather.css.scss +20 -2
  7. data/app/assets/stylesheets/leather/_buttons.css.scss +31 -0
  8. data/app/assets/stylesheets/leather/_grid.css.scss +19 -0
  9. data/app/assets/stylesheets/leather/_list_groups.css.scss +33 -0
  10. data/app/assets/stylesheets/leather/_nav_menus.css.scss +125 -0
  11. data/app/assets/stylesheets/leather/_off_canvas.css.scss +89 -56
  12. data/app/assets/stylesheets/leather/_scroll_panels.css.scss +85 -0
  13. data/app/assets/stylesheets/leather/_toggle_columns.css.scss +23 -0
  14. data/app/assets/stylesheets/leather/_typography.css.scss +12 -0
  15. data/app/assets/stylesheets/leather/_utilities.css.scss +54 -0
  16. data/app/assets/stylesheets/leather/_variables.css.scss +6 -15
  17. data/app/assets/stylesheets/leather/components/_cta.css.scss +13 -0
  18. data/app/assets/stylesheets/leather/components/_features.css.scss +87 -0
  19. data/app/assets/stylesheets/leather/components/_flex_boxes.css.scss +37 -0
  20. data/app/assets/stylesheets/leather/components/_image_block.css.scss +55 -0
  21. data/app/controllers/leather/application_controller.rb +5 -1
  22. data/app/controllers/leather/layouts_controller.rb +15 -0
  23. data/app/views/leather/application/components.html.haml +174 -0
  24. data/app/views/leather/application/ui_kit.html.haml +395 -301
  25. data/app/views/leather/bootstrap_components/_navbar.html.haml +13 -0
  26. data/app/views/leather/layouts/_links.html.haml +8 -0
  27. data/app/views/leather/layouts/_navigation.html.haml +0 -0
  28. data/app/views/leather/layouts/admin.html.haml +20 -0
  29. data/app/views/leather/layouts/three_column.html.haml +47 -0
  30. data/app/views/leather/layouts/two_column.html.haml +35 -0
  31. data/config/routes.rb +4 -0
  32. data/lib/leather/version.rb +1 -1
  33. data/test/dummy/app/assets/javascripts/application.js +1 -0
  34. data/test/dummy/app/views/application/_navigation.html.haml +6 -2
  35. data/test/dummy/app/views/devise/shared/_welcome.html.erb +1 -1
  36. data/test/dummy/app/views/layouts/application.html.erb +5 -6
  37. data/test/dummy/log/development.log +71281 -0
  38. data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_admin.css.scssc +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_admin_1.css.scssc +0 -0
  40. data/test/dummy/tmp/cache/assets/development/sass/0e7fbf2e916a80740e27e0b18efbad45e3196d10/_three_column.css.scssc +0 -0
  41. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_buttons.css.scssc +0 -0
  42. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_devise.css.scssc +0 -0
  43. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_grid.css.scssc +0 -0
  44. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_list_groups.css.scssc +0 -0
  45. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_nav.css.scssc +0 -0
  46. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_nav_menus.css.scssc +0 -0
  47. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_off_canvas.css.scssc +0 -0
  48. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_scroll_panels.css.scssc +0 -0
  49. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_toggle_columns.css.scssc +0 -0
  50. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_typography.css.scssc +0 -0
  51. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_utilities.css.scssc +0 -0
  52. data/test/dummy/tmp/cache/assets/development/sass/1641d3150ac5429005b865a93b3a8f1f2fd752bc/_variables.css.scssc +0 -0
  53. data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_cta.css.scssc +0 -0
  54. data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_features.css.scssc +0 -0
  55. data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_flex_boxes.css.scssc +0 -0
  56. data/test/dummy/tmp/cache/assets/development/sass/f5a9cc6a1adabad6805aa6a32b175bc319aab3a1/_image_block.css.scssc +0 -0
  57. data/test/dummy/tmp/cache/assets/development/sass/f79010467975f9f0c74079973e2e6ac43e352b55/docs.css.scssc +0 -0
  58. data/test/dummy/tmp/cache/assets/development/sass/f79010467975f9f0c74079973e2e6ac43e352b55/leather.css.scssc +0 -0
  59. data/test/dummy/tmp/cache/assets/development/sprockets/0694dd206e259ab54e54abf00b540d2b +0 -0
  60. data/test/dummy/tmp/cache/assets/development/sprockets/0c1f21c2e861789f36e7870bcbd8f8fc +0 -0
  61. data/test/dummy/tmp/cache/assets/development/sprockets/24f8e9293df4cc427f5850c1a0878a8e +0 -0
  62. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  63. data/test/dummy/tmp/cache/assets/development/sprockets/3b38e5f8869e3e71263ab14bc41cf2e2 +0 -0
  64. data/test/dummy/tmp/cache/assets/development/sprockets/53751dc18c28623034be163ce2a5e6cb +0 -0
  65. data/test/dummy/tmp/cache/assets/development/sprockets/5cdbdb49f59fb4fa194ffa3c77f2a24d +0 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/6347c8aefd660841fa6c7682aca90f37 +0 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/7fffb46fc2009b0cd938d847bfd7d3a0 +0 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 +0 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/9ac653c7b032b61569f4c90cb7f02066 +0 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/a43f717bccf7814b0f5dd8b1e65f8bcf +0 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a +0 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/c7af640a07ec548b1e8068e15b8f93e2 +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/ce2bf14384e46d791ba077ef9af694bb +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sprockets/d5123fc7d01ec7bc1dc25503f3848c3d +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  78. data/test/dummy/tmp/cache/assets/development/sprockets/fc0d528a667b47ff79c6a1159488c7f6 +0 -0
  79. data/test/dummy/tmp/pids/server.pid +1 -0
  80. metadata +88 -3
  81. data/app/assets/stylesheets/leather/_nav.css.scss +0 -162
@@ -1,311 +1,405 @@
1
- .jumbotron
1
+ %nav.nav-menu.nav-menu-default.nav-menu-fixed-left.off-canvas.off-canvas-left#off-canvas-left
2
+ .nav-menu-header
3
+ = link_to "Brand", "#", class: "nav-menu-brand"
4
+ %ul.nav.nav-menu-nav
5
+ %li= link_to "Link", "#"
6
+ %li.active= link_to "Active Link", "#"
7
+ %li= link_to "Link", "#"
8
+
9
+ %nav.nav-menu.nav-menu-default.nav-menu-fixed-right.off-canvas.off-canvas-right#off-canvas-right
10
+ .nav-menu-header
11
+ = link_to "Brand", "#", class: "nav-menu-brand"
12
+ %ul.nav.nav-menu-nav
13
+ %li= link_to "Link", "#"
14
+ %li.active= link_to "Active Link", "#"
15
+ %li= link_to "Link", "#"
16
+
17
+ #main
18
+ .jumbotron
19
+ .container
20
+ %h1 Hello, world!
21
+ %p This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
22
+ %p
23
+ %a.btn.btn-primary.btn-lg{role: "button"} Learn more
24
+
25
+ = navbar "Brand", "#", container_mode: :with, class: "navbar-default navbar-static-top" do
26
+ = nav_list do
27
+ = nav_item 'Link', '#'
28
+ = nav_item 'Link', '#'
29
+ = dropdown_nav_item 'Dropdown', '#' do
30
+ = nav_item 'Action', '#'
31
+ = nav_item 'Another action', '#'
32
+ = nav_item 'Something else here', '#'
33
+ %li.divider
34
+ = nav_item 'Separated link', '#'
35
+ %form.navbar-form.navbar-left{role: "search"}
36
+ .form-group
37
+ %input.form-control{placeholder: "Search", type: "text"}/
38
+ %button.btn.btn-default{type: "submit"} Submit
39
+ = nav_list class: 'navbar-right' do
40
+ = nav_item 'Link', '#'
41
+ = dropdown_nav_item 'Dropdown', '#' do
42
+ = nav_item 'Action', '#'
43
+ = nav_item 'Another action', '#'
44
+ = nav_item 'Something else here', '#'
45
+ %li.divider
46
+ = nav_item 'Separated link', '#'
47
+
48
+ = navbar "Brand", "#", container_mode: :with, class: "navbar-inverse navbar-static-top" do
49
+ = nav_list do
50
+ = nav_item 'Link', '#'
51
+ = nav_item 'Link', '#'
52
+ = dropdown_nav_item 'Dropdown', '#' do
53
+ = nav_item 'Action', '#'
54
+ = nav_item 'Another action', '#'
55
+ = nav_item 'Something else here', '#'
56
+ %li.divider
57
+ = nav_item 'Separated link', '#'
58
+ %form.navbar-form.navbar-left{role: "search"}
59
+ .form-group
60
+ %input.form-control{placeholder: "Search", type: "text"}/
61
+ %button.btn.btn-default{type: "submit"} Submit
62
+ = nav_list class: 'navbar-right' do
63
+ = nav_item 'Link', '#'
64
+ = dropdown_nav_item 'Dropdown', '#' do
65
+ = nav_item 'Action', '#'
66
+ = nav_item 'Another action', '#'
67
+ = nav_item 'Something else here', '#'
68
+ %li.divider
69
+ = nav_item 'Separated link', '#'
70
+
71
+ .container
72
+ %h1.page-header Breadcrumbs
73
+ %ol.breadcrumb
74
+ %li
75
+ %a{href: "#"} Home
76
+ %li
77
+ %a{href: "#"} Library
78
+ %li.active Data
79
+
2
80
  .container
3
- %h1 Hello, world!
4
- %p This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
5
- %p
6
- %a.btn.btn-primary.btn-lg{role: "button"} Learn more
81
+ %h1.page-header Off-Canvas Menus
82
+ = link_to "Left", "#", data: { toggle: "off-canvas", target: "#off-canvas-left"}, class: "btn btn-primary"
83
+ = link_to "Right", "#", data: { toggle: "off-canvas", target: "#off-canvas-right"}, class: "btn btn-primary"
7
84
 
8
- = navbar "Brand", "#", container_mode: :with, class: "navbar-default navbar-static-top" do
9
- = nav_list do
10
- = nav_item 'Link', '#'
11
- = nav_item 'Link', '#'
12
- = dropdown_nav_item 'Dropdown', '#' do
13
- = nav_item 'Action', '#'
14
- = nav_item 'Another action', '#'
15
- = nav_item 'Something else here', '#'
16
- %li.divider
17
- = nav_item 'Separated link', '#'
18
- %form.navbar-form.navbar-left{role: "search"}
19
- .form-group
20
- %input.form-control{placeholder: "Search", type: "text"}/
21
- %button.btn.btn-default{type: "submit"} Submit
22
- = nav_list class: 'navbar-right' do
23
- = nav_item 'Link', '#'
24
- = dropdown_nav_item 'Dropdown', '#' do
25
- = nav_item 'Action', '#'
26
- = nav_item 'Another action', '#'
27
- = nav_item 'Something else here', '#'
28
- %li.divider
29
- = nav_item 'Separated link', '#'
85
+ %h1.page-header Typography
86
+ %h3 Headings
87
+ %h1
88
+ h1. Bootstrap heading
89
+ %small Secondary text
90
+ %h2
91
+ h2. Bootstrap heading
92
+ %small Secondary text
93
+ %h3
94
+ h3. Bootstrap heading
95
+ %small Secondary text
96
+ %h4
97
+ h4. Bootstrap heading
98
+ %small Secondary text
99
+ %h5
100
+ h5. Bootstrap heading
101
+ %small Secondary text
102
+ %h6
103
+ h6. Bootstrap heading
104
+ %small Secondary text
105
+ %h3 Lead Copy
106
+ %p.lead Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
107
+ %h3 Body Copy
108
+ %p Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
109
+ %p Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.
110
+ %h3 Blockquote
111
+ %blockquote
112
+ %p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
113
+ %h3 Lists
114
+ %h4 Unordered List
115
+ %ul
116
+ %li List Item
117
+ %li List Item
118
+ %h4 Ordered List
119
+ %ol
120
+ %li List Item
121
+ %li List Item
122
+ %h4 Unstyled List
123
+ %ul.list-unstyled
124
+ %li List Item
125
+ %li List Item
126
+ %li List Item
127
+ %h4 Definition List
128
+ %dl
129
+ %dt Description lists
130
+ %dd A description list is perfect for defining terms.
131
+ %dt Euismod
132
+ %dd Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
133
+ %dd Donec id elit non mi porta gravida at eget metus.
134
+ %dt Malesuada porta
135
+ %dd Etiam porta sem malesuada magna mollis euismod.
136
+ %h1.page-header Buttons
137
+ / Standard button
138
+ %button.btn.btn-default{type: "button"} Default
139
+ / Provides extra visual weight and identifies the primary action in a set of buttons
140
+ %button.btn.btn-primary{type: "button"} Primary
141
+ / Indicates a successful or positive action
142
+ %button.btn.btn-success{type: "button"} Success
143
+ / Contextual button for informational alert messages
144
+ %button.btn.btn-info{type: "button"} Info
145
+ / Indicates caution should be taken with this action
146
+ %button.btn.btn-warning{type: "button"} Warning
147
+ / Indicates a dangerous or potentially negative action
148
+ %button.btn.btn-danger{type: "button"} Danger
149
+ / Deemphasize a button by making it look like a link while maintaining button behavior
150
+ %button.btn.btn-link{type: "button"} Link
151
+
152
+ %hr
30
153
 
31
- = navbar "Brand", "#", container_mode: :with, class: "navbar-inverse navbar-static-top" do
32
- = nav_list do
33
- = nav_item 'Link', '#'
34
- = nav_item 'Link', '#'
35
- = dropdown_nav_item 'Dropdown', '#' do
36
- = nav_item 'Action', '#'
37
- = nav_item 'Another action', '#'
38
- = nav_item 'Something else here', '#'
39
- %li.divider
40
- = nav_item 'Separated link', '#'
41
- %form.navbar-form.navbar-left{role: "search"}
42
- .form-group
43
- %input.form-control{placeholder: "Search", type: "text"}/
44
- %button.btn.btn-default{type: "submit"} Submit
45
- = nav_list class: 'navbar-right' do
46
- = nav_item 'Link', '#'
47
- = dropdown_nav_item 'Dropdown', '#' do
48
- = nav_item 'Action', '#'
49
- = nav_item 'Another action', '#'
50
- = nav_item 'Something else here', '#'
51
- %li.divider
52
- = nav_item 'Separated link', '#'
154
+ .row
155
+ .col-md-12
156
+ %button.btn.btn-default.btn-lg{type: "button"} Large
157
+ %button.btn.btn-default{type: "button"} Default
158
+ %button.btn.btn-default.btn-sm{type: "button"} Small
159
+ %button.btn.btn-default.btn-xs{type: "button"} Extra Small
160
+
161
+ %h1.page-header Tables
162
+ %h3 Basic Table
163
+ = render 'table', table_class: ""
164
+ %h3 Striped Table
165
+ = render 'table', table_class: "table-striped"
166
+ %h3 Bordered Table
167
+ = render 'table', table_class: "table-bordered"
168
+ %h3 Hover Rows
169
+ = render 'table', table_class: "table-hover"
170
+ %h3 Condensed Table
171
+ = render 'table', table_class: "table-condensed"
172
+ %h1.page-header Forms
173
+ %form{role: "form"}
174
+ .form-group
175
+ %label{for: "exampleInputEmail1"} Email address
176
+ %input#exampleInputEmail1.form-control{placeholder: "Enter email", type: "email"}/
177
+ .form-group
178
+ %label{for: "exampleInputPassword1"} Password
179
+ %input#exampleInputPassword1.form-control{placeholder: "Password", type: "password"}/
180
+ .form-group
181
+ %label{for: "exampleInputFile"} File input
182
+ %input#exampleInputFile{type: "file"}/
183
+ %p.help-block Example block-level help text here.
184
+ .checkbox
185
+ %label
186
+ %input{type: "checkbox", value: ""}/
187
+ Option one is this and that—be sure to include why it's great
188
+ .checkbox.disabled
189
+ %label
190
+ %input{disabled: "disabled", type: "checkbox", value: ""}/
191
+ Option two is disabled
192
+ .radio
193
+ %label
194
+ %input#optionsRadios1{checked: "checked", name: "optionsRadios", type: "radio", value: "option1"}/
195
+ Option one is this and that—be sure to include why it's great
196
+ .radio
197
+ %label
198
+ %input#optionsRadios2{name: "optionsRadios", type: "radio", value: "option2"}/
199
+ Option two can be something else and selecting it will deselect option one
200
+ .radio.disabled
201
+ %label
202
+ %input#optionsRadios3{disabled: "disabled", name: "optionsRadios", type: "radio", value: "option3"}/
203
+ Option three is disabled
204
+ %button.btn.btn-default{type: "submit"} Submit
205
+ %h1.page-header Contextual Classes
206
+ %p.text-muted text-muted ...Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.
207
+ %p.text-primary text-primary ...Nullam id dolor id nibh ultricies vehicula ut id elit.
208
+ %p.text-success text-success ...Duis mollis, est non commodo luctus, nisi erat porttitor ligula.
209
+ %p.text-info text-info ...Maecenas sed diam eget risus varius blandit sit amet non magna.
210
+ %p.text-warning text-warning ...Etiam porta sem malesuada magna mollis euismod.
211
+ %p.text-danger text-danger ...Donec ullamcorper nulla non metus auctor fringilla.
212
+ %p.bg-primary{style: "padding: 10px;"} bg-primary
213
+ %p.bg-success{style: "padding: 10px;"} bg-success
214
+ %p.bg-info{style: "padding: 10px;"} bg-info
215
+ %p.bg-warning{style: "padding: 10px;"} bg-warning
216
+ %p.bg-danger{style: "padding: 10px;"} bg-danger
217
+ %h1.page-header Alerts
218
+ .bs-example
219
+ .alert.alert-success{role: "alert"}
220
+ %strong Well done!
221
+ You successfully read this important alert message.
222
+ .alert.alert-info{role: "alert"}
223
+ %strong Heads up!
224
+ This alert needs your attention, but it's not super important.
225
+ .alert.alert-warning{role: "alert"}
226
+ %strong Warning!
227
+ Better check yourself, you're not looking too good.
228
+ .alert.alert-danger{role: "alert"}
229
+ %strong Oh snap!
230
+ Change a few things up and try submitting again.
231
+ %h1.page-header Progress Bars
232
+ .progress
233
+ .progress-bar{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "60", role: "progressbar", style: "width: 60%;"}
234
+ 60%
235
+ .progress
236
+ .progress-bar.progress-bar-success{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "40", role: "progressbar", style: "width: 40%"}
237
+ %span.sr-only 40% Complete (success)
238
+ .progress
239
+ .progress-bar.progress-bar-info{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "20", role: "progressbar", style: "width: 20%"}
240
+ %span.sr-only 20% Complete
241
+ .progress
242
+ .progress-bar.progress-bar-warning{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "60", role: "progressbar", style: "width: 60%"}
243
+ %span.sr-only 60% Complete (warning)
244
+ .progress
245
+ .progress-bar.progress-bar-danger{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "80", role: "progressbar", style: "width: 80%"}
246
+ %span.sr-only 80% Complete
247
+ %h1.page-header Panels
248
+ .bs-example
249
+ .panel.panel-primary
250
+ .panel-heading
251
+ %h3.panel-title Panel title
252
+ .panel-body
253
+ Panel content
254
+ .panel-footer Panel footer
255
+ .panel.panel-success
256
+ .panel-heading
257
+ %h3.panel-title Panel title
258
+ .panel-body
259
+ Panel content
260
+ .panel.panel-info
261
+ .panel-heading
262
+ %h3.panel-title Panel title
263
+ .panel-body
264
+ Panel content
265
+ .panel.panel-warning
266
+ .panel-heading
267
+ %h3.panel-title Panel title
268
+ .panel-body
269
+ Panel content
270
+ .panel.panel-danger
271
+ .panel-heading
272
+ %h3.panel-title Panel title
273
+ .panel-body
274
+ Panel content
275
+
276
+ %h1.page-header Scrolling Panels
277
+
278
+ .row
279
+ .col-sm-6
280
+ %h3 With Header
281
+ .relative{style: "height: 250px; border: 1px solid #CCC;"}
282
+ .scroll-panel
283
+ .scroll-panel-header
284
+ = link_to "#", class: "btn btn-default btn-sm pull-left" do
285
+ %i.fa.fa-chevron-left
286
+ = link_to "Menu", "#", class: "btn btn-default btn-sm pull-right"
287
+ %h3.scroll-panel-title Title
288
+ .scroll-panel-body
289
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
53
290
 
54
- .container
55
- %h1.page-header Breadcrumbs
56
- %ol.breadcrumb
57
- %li
58
- %a{href: "#"} Home
59
- %li
60
- %a{href: "#"} Library
61
- %li.active Data
291
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
62
292
 
63
- .container
64
- %h1.page-header Off-Canvas Menus
65
- = link_to "Left", "#", data: { toggle: "off-canvas", side: "left"}, class: "btn btn-primary"
66
- = link_to "Right", "#", data: { toggle: "off-canvas", side: "right"}, class: "btn btn-primary"
293
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
67
294
 
68
- .off-canvas.off-canvas-inverse.off-canvas-left
69
- .brand
70
- Off-Canvas Left
71
- .close ×
72
- .off-canvas.off-canvas-right
73
- .brand
74
- Off-Canvas Right
75
- .close ×
295
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
76
296
 
77
- %h1.page-header Typography
78
- %h3 Headings
79
- %h1
80
- h1. Bootstrap heading
81
- %small Secondary text
82
- %h2
83
- h2. Bootstrap heading
84
- %small Secondary text
85
- %h3
86
- h3. Bootstrap heading
87
- %small Secondary text
88
- %h4
89
- h4. Bootstrap heading
90
- %small Secondary text
91
- %h5
92
- h5. Bootstrap heading
93
- %small Secondary text
94
- %h6
95
- h6. Bootstrap heading
96
- %small Secondary text
97
- %h3 Lead Copy
98
- %p.lead Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
99
- %h3 Body Copy
100
- %p Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.
101
- %p Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.
102
- %h3 Blockquote
103
- %blockquote
104
- %p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
105
- %h3 Lists
106
- %h4 Unordered List
107
- %ul
108
- %li List Item
109
- %li List Item
110
- %h4 Ordered List
111
- %ol
112
- %li List Item
113
- %li List Item
114
- %h4 Unstyled List
115
- %ul.list-unstyled
116
- %li List Item
117
- %li List Item
118
- %li List Item
119
- %h4 Definition List
120
- %dl
121
- %dt Description lists
122
- %dd A description list is perfect for defining terms.
123
- %dt Euismod
124
- %dd Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
125
- %dd Donec id elit non mi porta gravida at eget metus.
126
- %dt Malesuada porta
127
- %dd Etiam porta sem malesuada magna mollis euismod.
128
- %h1.page-header Buttons
129
- / Standard button
130
- %button.btn.btn-default{type: "button"} Default
131
- / Provides extra visual weight and identifies the primary action in a set of buttons
132
- %button.btn.btn-primary{type: "button"} Primary
133
- / Indicates a successful or positive action
134
- %button.btn.btn-success{type: "button"} Success
135
- / Contextual button for informational alert messages
136
- %button.btn.btn-info{type: "button"} Info
137
- / Indicates caution should be taken with this action
138
- %button.btn.btn-warning{type: "button"} Warning
139
- / Indicates a dangerous or potentially negative action
140
- %button.btn.btn-danger{type: "button"} Danger
141
- / Deemphasize a button by making it look like a link while maintaining button behavior
142
- %button.btn.btn-link{type: "button"} Link
297
+ .col-sm-6
298
+ %h3 No Header
299
+ .relative{style: "height: 250px; border: 1px solid #CCC;"}
300
+ .scroll-panel
301
+ .scroll-panel-body
302
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
303
+
304
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
305
+
306
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
307
+
308
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
143
309
 
144
- %hr
310
+ .row
311
+ .col-sm-6
312
+ %h3 Tablet Header
313
+ .relative{style: "height: 250px; border: 1px solid #CCC;"}
314
+ .scroll-panel
315
+ .scroll-panel-header.visible-sm.visible-xs
316
+ = link_to "#", class: "btn btn-default btn-sm pull-left" do
317
+ %i.fa.fa-chevron-left
318
+ = link_to "Menu", "#", class: "btn btn-default btn-sm pull-right"
319
+ %h3.scroll-panel-title Title
320
+ .scroll-panel-body
321
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
145
322
 
146
- .row
147
- .col-md-12
148
- %button.btn.btn-default.btn-lg{type: "button"} Large
149
- %button.btn.btn-default{type: "button"} Default
150
- %button.btn.btn-default.btn-sm{type: "button"} Small
151
- %button.btn.btn-default.btn-xs{type: "button"} Extra Small
323
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
152
324
 
153
- %h1.page-header Tables
154
- %h3 Basic Table
155
- = render 'table', table_class: ""
156
- %h3 Striped Table
157
- = render 'table', table_class: "table-striped"
158
- %h3 Bordered Table
159
- = render 'table', table_class: "table-bordered"
160
- %h3 Hover Rows
161
- = render 'table', table_class: "table-hover"
162
- %h3 Condensed Table
163
- = render 'table', table_class: "table-condensed"
164
- %h1.page-header Forms
165
- %form{role: "form"}
166
- .form-group
167
- %label{for: "exampleInputEmail1"} Email address
168
- %input#exampleInputEmail1.form-control{placeholder: "Enter email", type: "email"}/
169
- .form-group
170
- %label{for: "exampleInputPassword1"} Password
171
- %input#exampleInputPassword1.form-control{placeholder: "Password", type: "password"}/
172
- .form-group
173
- %label{for: "exampleInputFile"} File input
174
- %input#exampleInputFile{type: "file"}/
175
- %p.help-block Example block-level help text here.
176
- .checkbox
177
- %label
178
- %input{type: "checkbox", value: ""}/
179
- Option one is this and that—be sure to include why it's great
180
- .checkbox.disabled
181
- %label
182
- %input{disabled: "disabled", type: "checkbox", value: ""}/
183
- Option two is disabled
184
- .radio
185
- %label
186
- %input#optionsRadios1{checked: "checked", name: "optionsRadios", type: "radio", value: "option1"}/
187
- Option one is this and that—be sure to include why it's great
188
- .radio
189
- %label
190
- %input#optionsRadios2{name: "optionsRadios", type: "radio", value: "option2"}/
191
- Option two can be something else and selecting it will deselect option one
192
- .radio.disabled
193
- %label
194
- %input#optionsRadios3{disabled: "disabled", name: "optionsRadios", type: "radio", value: "option3"}/
195
- Option three is disabled
196
- %button.btn.btn-default{type: "submit"} Submit
197
- %h1.page-header Contextual Classes
198
- %p.text-muted text-muted ...Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.
199
- %p.text-primary text-primary ...Nullam id dolor id nibh ultricies vehicula ut id elit.
200
- %p.text-success text-success ...Duis mollis, est non commodo luctus, nisi erat porttitor ligula.
201
- %p.text-info text-info ...Maecenas sed diam eget risus varius blandit sit amet non magna.
202
- %p.text-warning text-warning ...Etiam porta sem malesuada magna mollis euismod.
203
- %p.text-danger text-danger ...Donec ullamcorper nulla non metus auctor fringilla.
204
- %p.bg-primary{style: "padding: 10px;"} bg-primary
205
- %p.bg-success{style: "padding: 10px;"} bg-success
206
- %p.bg-info{style: "padding: 10px;"} bg-info
207
- %p.bg-warning{style: "padding: 10px;"} bg-warning
208
- %p.bg-danger{style: "padding: 10px;"} bg-danger
209
- %h1.page-header Alerts
210
- .bs-example
211
- .alert.alert-success{role: "alert"}
212
- %strong Well done!
213
- You successfully read this important alert message.
214
- .alert.alert-info{role: "alert"}
215
- %strong Heads up!
216
- This alert needs your attention, but it's not super important.
217
- .alert.alert-warning{role: "alert"}
218
- %strong Warning!
219
- Better check yourself, you're not looking too good.
220
- .alert.alert-danger{role: "alert"}
221
- %strong Oh snap!
222
- Change a few things up and try submitting again.
223
- %h1.page-header Progress Bars
224
- .progress
225
- .progress-bar{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "60", role: "progressbar", style: "width: 60%;"}
226
- 60%
227
- .progress
228
- .progress-bar.progress-bar-success{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "40", role: "progressbar", style: "width: 40%"}
229
- %span.sr-only 40% Complete (success)
230
- .progress
231
- .progress-bar.progress-bar-info{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "20", role: "progressbar", style: "width: 20%"}
232
- %span.sr-only 20% Complete
233
- .progress
234
- .progress-bar.progress-bar-warning{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "60", role: "progressbar", style: "width: 60%"}
235
- %span.sr-only 60% Complete (warning)
236
- .progress
237
- .progress-bar.progress-bar-danger{"aria-valuemax" => "100", "aria-valuemin" => "0", "aria-valuenow" => "80", role: "progressbar", style: "width: 80%"}
238
- %span.sr-only 80% Complete
239
- %h1.page-header Panels
240
- .bs-example
241
- .panel.panel-primary
242
- .panel-heading
243
- %h3.panel-title Panel title
244
- .panel-body
245
- Panel content
246
- .panel-footer Panel footer
247
- .panel.panel-success
248
- .panel-heading
249
- %h3.panel-title Panel title
250
- .panel-body
251
- Panel content
252
- .panel.panel-info
253
- .panel-heading
254
- %h3.panel-title Panel title
255
- .panel-body
256
- Panel content
257
- .panel.panel-warning
258
- .panel-heading
259
- %h3.panel-title Panel title
260
- .panel-body
261
- Panel content
262
- .panel.panel-danger
263
- .panel-heading
264
- %h3.panel-title Panel title
265
- .panel-body
266
- Panel content
267
- %h1.page-header Wells
268
- .well Normal well
269
- .well.well-lg Large well
270
- .well.well-sm Small well
271
- %h1.page-header Tabs
272
- .bs-example.bs-example-tabs
273
- %ul#myTab.nav.nav-tabs{role: "tablist"}
274
- %li.active
275
- %a{"data-toggle" => "tab", href: "#home", role: "tab"} Home
276
- %li
277
- %a{"data-toggle" => "tab", href: "#profile", role: "tab"} Profile
278
- %li.dropdown
279
- %a#myTabDrop1.dropdown-toggle{"data-toggle" => "dropdown", href: "#"}
280
- Dropdown
281
- %span.caret
282
- %ul.dropdown-menu{"aria-labelledby" => "myTabDrop1", role: "menu"}
283
- %li
284
- %a{"data-toggle" => "tab", href: "#dropdown1", role: "tab", tabindex: "-1"} @fat
285
- %li
286
- %a{"data-toggle" => "tab", href: "#dropdown2", role: "tab", tabindex: "-1"} @mdo
287
- #myTabContent.tab-content
288
- #home.tab-pane.fade.in.active
289
- %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
290
- #profile.tab-pane.fade
291
- %p Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
292
- #dropdown1.tab-pane.fade
293
- %p Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
294
- #dropdown2.tab-pane.fade
295
- %p Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
296
- %h1.page-header Modal
297
- .modal{style: "position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block;"}
298
- .modal-dialog
299
- .modal-content
300
- .modal-header
301
- %button.close{"data-dismiss" => "modal", type: "button"}
302
- %span{"aria-hidden" => "true"} ×
303
- %span.sr-only Close
304
- %h4.modal-title Modal title
305
- .modal-body
306
- %p One fine body…
307
- .modal-footer
308
- %button.btn.btn-default{"data-dismiss" => "modal", type: "button"} Close
309
- %button.btn.btn-primary{type: "button"} Save changes
310
- / /.modal-content
311
- / /.modal-dialog
325
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
326
+
327
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
328
+
329
+ .col-sm-6
330
+ %h3 Mobile Header
331
+ .relative{style: "height: 250px; border: 1px solid #CCC;"}
332
+ .scroll-panel
333
+ .scroll-panel-header.visible-xs
334
+ = link_to "#", class: "btn btn-default btn-sm pull-left" do
335
+ %i.fa.fa-chevron-left
336
+ = link_to "Menu", "#", class: "btn btn-default btn-sm pull-right"
337
+ %h3.scroll-panel-title Title
338
+ .scroll-panel-body
339
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
340
+
341
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
342
+
343
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
344
+
345
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
346
+
347
+ %h1.page-header List Groups
348
+ .list-group
349
+ = link_to "List Group Item", "", class: "list-group-item"
350
+ = link_to "List Group Item", "", class: "list-group-item"
351
+ = link_to "List Group Item", "", class: "list-group-item"
352
+ = link_to "List Group Item", "", class: "list-group-item"
353
+
354
+ %ul.list-group.list-group-button-links
355
+ - 3.times do
356
+ %li.list-group-item
357
+ = link_to "List Group Item", "", class: "list-group-link"
358
+ .list-group-actions
359
+ = link_to "Delete", "", class: "btn btn-xs btn-danger"
360
+
361
+ %h1.page-header Wells
362
+ .well Normal well
363
+ .well.well-lg Large well
364
+ .well.well-sm Small well
365
+ %h1.page-header Tabs
366
+ .bs-example.bs-example-tabs
367
+ %ulmyTab.nav.nav-tabs{role: "tablist"}
368
+ %li.active
369
+ %a{"data-toggle" => "tab", href: "#home", role: "tab"} Home
370
+ %li
371
+ %a{"data-toggle" => "tab", href: "#profile", role: "tab"} Profile
372
+ %li.dropdown
373
+ %a#myTabDrop1.dropdown-toggle{"data-toggle" => "dropdown", href: "#"}
374
+ Dropdown
375
+ %span.caret
376
+ %ul.dropdown-menu{"aria-labelledby" => "myTabDrop1", role: "menu"}
377
+ %li
378
+ %a{"data-toggle" => "tab", href: "#dropdown1", role: "tab", tabindex: "-1"} @fat
379
+ %li
380
+ %a{"data-toggle" => "tab", href: "#dropdown2", role: "tab", tabindex: "-1"} @mdo
381
+ #myTabContent.tab-content
382
+ #home.tab-pane.fade.in.active
383
+ %p Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
384
+ #profile.tab-pane.fade
385
+ %p Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
386
+ #dropdown1.tab-pane.fade
387
+ %p Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
388
+ #dropdown2.tab-pane.fade
389
+ %p Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
390
+ %h1.page-header Modal
391
+ .modal{style: "position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block;"}
392
+ .modal-dialog
393
+ .modal-content
394
+ .modal-header
395
+ %button.close{"data-dismiss" => "modal", type: "button"}
396
+ %span{"aria-hidden" => "true"} ×
397
+ %span.sr-only Close
398
+ %h4.modal-title Modal title
399
+ .modal-body
400
+ %p One fine body…
401
+ .modal-footer
402
+ %button.btn.btn-default{"data-dismiss" => "modal", type: "button"} Close
403
+ %button.btn.btn-primary{type: "button"} Save changes
404
+ / /.modal-content
405
+ / /.modal-dialog