leather 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +0,0 @@
1
- HighVoltage.configure do |config|
2
- config.home_page = 'home'
3
- end
@@ -1,28 +0,0 @@
1
- <div class="container">
2
- <div class="row">
3
- <div class="col-md-6 col-md-offset-3">
4
- <%= render "devise/shared/welcome", subtitle: "Change your password." %>
5
-
6
- <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
7
- <%= devise_error_messages! %>
8
- <%= f.hidden_field :reset_password_token %>
9
-
10
- <div class="form-group" >
11
- <%= f.label :password, "New password" %>
12
- <%= f.password_field :password, autofocus: true, autocomplete: "off", class: "form-control" %>
13
- </div>
14
-
15
- <div class="form-group" >
16
- <%= f.label :password_confirmation, "Confirm new password" %>
17
- <%= f.password_field :password_confirmation, autocomplete: "off", class: "form-control" %>
18
- </div>
19
-
20
- <div class="actions">
21
- <%= f.submit "Send instructions", class: "btn btn-default" %>
22
- </div>
23
- <% end %>
24
-
25
- <%= render "devise/shared/links" %>
26
- </div>
27
- </div>
28
- </div>
@@ -1,22 +0,0 @@
1
- <div class="container">
2
- <div class="row">
3
- <div class="col-md-6 col-md-offset-3">
4
- <%= render "devise/shared/welcome", subtitle: "Reset your password." %>
5
-
6
- <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
7
- <%= devise_error_messages! %>
8
-
9
- <div class="form-group" >
10
- <%= f.label :email, "Email address" %>
11
- <%= f.email_field :email, autofocus: true, class: "form-control" %>
12
- </div>
13
-
14
- <div class="actions">
15
- <%= f.submit "Send instructions", class: "btn btn-default" %>
16
- </div>
17
- <% end %>
18
-
19
- <%= render "devise/shared/links" %>
20
- </div>
21
- </div>
22
- </div>
@@ -1,32 +0,0 @@
1
- <div class="container">
2
- <div class="row">
3
- <div class="col-md-6 col-md-offset-3">
4
- <%= render "devise/shared/welcome", subtitle: "Set up your new account today." %>
5
-
6
- <%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
7
- <%= devise_error_messages! %>
8
-
9
- <div class="form-group" >
10
- <%= f.label :email, "Email address" %>
11
- <%= f.email_field :email, autofocus: true, class: "form-control" %>
12
- </div>
13
-
14
- <div class="form-group">
15
- <%= f.label :password %>
16
- <%= f.password_field :password, autocomplete: "off", class: "form-control" %>
17
- </div>
18
-
19
- <div class="form-group">
20
- <%= f.label :password_confirmation, "Confirm your password" %>
21
- <%= f.password_field :password_confirmation, autocomplete: "off", class: "form-control" %>
22
- </div>
23
-
24
- <div class="actions">
25
- <%= f.submit "Create my account", class: "btn btn-default" %>
26
- </div>
27
- <% end %>
28
-
29
- <%= render "devise/shared/links" %>
30
- </div>
31
- </div>
32
- </div>
@@ -1,32 +0,0 @@
1
- <div class="container">
2
- <div class="row">
3
- <div class="col-md-6 col-md-offset-3">
4
- <%= render "devise/shared/welcome", subtitle: "Sign in to your account." %>
5
-
6
- <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
7
- <div class="form-group">
8
- <%= f.label :email, "Email address" %>
9
- <%= f.email_field :email, autofocus: true, class: "form-control" %>
10
- </div>
11
-
12
- <div class="form-group">
13
- <%= f.label :password %>
14
- <%= f.password_field :password, autocomplete: "off", class: "form-control" %>
15
- </div>
16
-
17
- <% if devise_mapping.rememberable? -%>
18
- <div>
19
- <%= f.check_box :remember_me %> <%= f.label :remember_me %>
20
- <%= link_to "Forgot your password?", new_password_path(resource_name), class: "pull-right" %>
21
- </div>
22
- <% end -%>
23
-
24
- <div class="actions">
25
- <%= f.submit "Sign in", class: "btn btn-default" %>
26
- </div>
27
- <% end %>
28
-
29
- <%= render "devise/shared/links" %>
30
- </div>
31
- </div>
32
- </div>
@@ -1,23 +0,0 @@
1
- <p class="devise-links">
2
- <%- if controller_name != 'sessions' %>
3
- Already have an account? <%= link_to "Sign in here", new_session_path(resource_name) %><br />
4
- <% end -%>
5
-
6
- <%- if devise_mapping.registerable? && controller_name != 'registrations' %>
7
- Don't have an account? <%= link_to "Create one here", new_registration_path(resource_name) %><br />
8
- <% end -%>
9
-
10
- <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
11
- <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %><br />
12
- <% end -%>
13
-
14
- <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
15
- <%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) %><br />
16
- <% end -%>
17
-
18
- <%- if devise_mapping.omniauthable? %>
19
- <%- resource_class.omniauth_providers.each do |provider| %>
20
- <%= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider) %><br />
21
- <% end -%>
22
- <% end -%>
23
- </p>
@@ -1,4 +0,0 @@
1
- <div class="devise-welcome">
2
- <h2><%= link_to "Leather", root_url %></h2>
3
- <h3><%= subtitle %></h3>
4
- </div>
@@ -1,30 +0,0 @@
1
- <table class="table <%= table_class %>">
2
- <thead>
3
- <tr>
4
- <th>#</th>
5
- <th>First Name</th>
6
- <th>Last Name</th>
7
- <th>Username</th>
8
- </tr>
9
- </thead>
10
- <tbody>
11
- <tr>
12
- <td>1</td>
13
- <td>Mark</td>
14
- <td>Otto</td>
15
- <td>@mdo</td>
16
- </tr>
17
- <tr>
18
- <td>2</td>
19
- <td>Jacob</td>
20
- <td>Thornton</td>
21
- <td>@fat</td>
22
- </tr>
23
- <tr>
24
- <td>3</td>
25
- <td>Larry</td>
26
- <td>the Bird</td>
27
- <td>@twitter</td>
28
- </tr>
29
- </tbody>
30
- </table>
@@ -1,3 +0,0 @@
1
- <div class="container">
2
- <h1>Home</h1>
3
- </div>
@@ -1,361 +0,0 @@
1
- <nav class="navbar navbar-default navbar-static-top" role="navigation">
2
- <div class="container">
3
- <!-- Brand and toggle get grouped for better mobile display -->
4
- <div class="navbar-header">
5
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
6
- <span class="sr-only">Toggle navigation</span>
7
- <span class="icon-bar"></span>
8
- <span class="icon-bar"></span>
9
- <span class="icon-bar"></span>
10
- </button>
11
- <a class="navbar-brand" href="#">Brand</a>
12
- </div>
13
-
14
- <!-- Collect the nav links, forms, and other content for toggling -->
15
- <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16
- <ul class="nav navbar-nav">
17
- <li class="active"><a href="#">Link</a></li>
18
- <li><a href="#">Link</a></li>
19
- <li class="dropdown">
20
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
21
- <ul class="dropdown-menu" role="menu">
22
- <li><a href="#">Action</a></li>
23
- <li><a href="#">Another action</a></li>
24
- <li><a href="#">Something else here</a></li>
25
- <li class="divider"></li>
26
- <li><a href="#">Separated link</a></li>
27
- <li class="divider"></li>
28
- <li><a href="#">One more separated link</a></li>
29
- </ul>
30
- </li>
31
- </ul>
32
- <form class="navbar-form navbar-left" role="search">
33
- <div class="form-group">
34
- <input type="text" class="form-control" placeholder="Search">
35
- </div>
36
- <button type="submit" class="btn btn-default">Submit</button>
37
- </form>
38
- <ul class="nav navbar-nav navbar-right">
39
- <li><a href="#">Link</a></li>
40
- <li class="dropdown">
41
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
42
- <ul class="dropdown-menu" role="menu">
43
- <li><a href="#">Action</a></li>
44
- <li><a href="#">Another action</a></li>
45
- <li><a href="#">Something else here</a></li>
46
- <li class="divider"></li>
47
- <li><a href="#">Separated link</a></li>
48
- </ul>
49
- </li>
50
- </ul>
51
- </div><!-- /.navbar-collapse -->
52
- </div><!-- /.container -->
53
- </nav>
54
-
55
- <div class="jumbotron">
56
- <div class="container">
57
- <h1>Hello, world!</h1>
58
- <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
59
- <p><a class="btn btn-primary btn-lg" role="button">Learn more</a></p>
60
- </div>
61
- </div>
62
-
63
- <div class="container">
64
- <ol class="breadcrumb">
65
- <li><a href="#">Home</a></li>
66
- <li><a href="#">Library</a></li>
67
- <li class="active">Data</li>
68
- </ol>
69
- </div>
70
-
71
- <div class="container">
72
- <h1 class="page-header">Typography</h1>
73
-
74
- <h3>Headings</h3>
75
- <h1>h1. Bootstrap heading <small>Secondary text</small></h1>
76
- <h2>h2. Bootstrap heading <small>Secondary text</small></h2>
77
- <h3>h3. Bootstrap heading <small>Secondary text</small></h3>
78
- <h4>h4. Bootstrap heading <small>Secondary text</small></h4>
79
- <h5>h5. Bootstrap heading <small>Secondary text</small></h5>
80
- <h6>h6. Bootstrap heading <small>Secondary text</small></h6>
81
-
82
- <h3>Lead Copy</h3>
83
- <p class="lead">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</p>
84
-
85
- <h3>Body Copy</h3>
86
- <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.</p>
87
- <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.</p>
88
-
89
- <h3>Blockquote</h3>
90
- <blockquote>
91
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
92
- </blockquote>
93
-
94
- <h3>Lists</h3>
95
- <h4>Unordered List</h4>
96
- <ul>
97
- <li>List Item</li>
98
- <li>List Item</li>
99
- </ul>
100
-
101
- <h4>Ordered List</h4>
102
- <ol>
103
- <li>List Item</li>
104
- <li>List Item</li>
105
- </ol>
106
-
107
- <h4>Unstyled List</h4>
108
- <ul class="list-unstyled">
109
- <li>List Item</li>
110
- <li>List Item</li>
111
- <li>List Item</li>
112
- </ul>
113
-
114
- <h4>Definition List</h4>
115
- <dl>
116
- <dt>Description lists</dt>
117
- <dd>A description list is perfect for defining terms.</dd>
118
- <dt>Euismod</dt>
119
- <dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
120
- <dd>Donec id elit non mi porta gravida at eget metus.</dd>
121
- <dt>Malesuada porta</dt>
122
- <dd>Etiam porta sem malesuada magna mollis euismod.</dd>
123
- </dl>
124
-
125
- <h1 class="page-header">Buttons</h1>
126
- <!-- Standard button -->
127
- <button type="button" class="btn btn-default">Default</button>
128
- <!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
129
- <button type="button" class="btn btn-primary">Primary</button>
130
- <!-- Indicates a successful or positive action -->
131
- <button type="button" class="btn btn-success">Success</button>
132
- <!-- Contextual button for informational alert messages -->
133
- <button type="button" class="btn btn-info">Info</button>
134
- <!-- Indicates caution should be taken with this action -->
135
- <button type="button" class="btn btn-warning">Warning</button>
136
- <!-- Indicates a dangerous or potentially negative action -->
137
- <button type="button" class="btn btn-danger">Danger</button>
138
- <!-- Deemphasize a button by making it look like a link while maintaining button behavior -->
139
- <button type="button" class="btn btn-link">Link</button>
140
-
141
- <h1 class="page-header">Tables</h1>
142
-
143
- <h3>Basic Table</h3>
144
- <%= render 'pages/table', table_class: "" %>
145
-
146
- <h3>Striped Table</h3>
147
- <%= render 'pages/table', table_class: "table-striped" %>
148
-
149
- <h3>Bordered Table</h3>
150
- <%= render 'pages/table', table_class: "table-bordered" %>
151
-
152
- <h3>Hover Rows</h3>
153
- <%= render 'pages/table', table_class: "table-hover" %>
154
-
155
- <h3>Condensed Table</h3>
156
- <%= render 'pages/table', table_class: "table-condensed" %>
157
-
158
- <h1 class="page-header">Forms</h1>
159
- <form role="form">
160
- <div class="form-group">
161
- <label for="exampleInputEmail1">Email address</label>
162
- <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
163
- </div>
164
- <div class="form-group">
165
- <label for="exampleInputPassword1">Password</label>
166
- <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
167
- </div>
168
- <div class="form-group">
169
- <label for="exampleInputFile">File input</label>
170
- <input type="file" id="exampleInputFile">
171
- <p class="help-block">Example block-level help text here.</p>
172
- </div>
173
- <div class="checkbox">
174
- <label>
175
- <input type="checkbox" value="">
176
- Option one is this and that&mdash;be sure to include why it's great
177
- </label>
178
- </div>
179
- <div class="checkbox disabled">
180
- <label>
181
- <input type="checkbox" value="" disabled>
182
- Option two is disabled
183
- </label>
184
- </div>
185
-
186
- <div class="radio">
187
- <label>
188
- <input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked>
189
- Option one is this and that&mdash;be sure to include why it's great
190
- </label>
191
- </div>
192
- <div class="radio">
193
- <label>
194
- <input type="radio" name="optionsRadios" id="optionsRadios2" value="option2">
195
- Option two can be something else and selecting it will deselect option one
196
- </label>
197
- </div>
198
- <div class="radio disabled">
199
- <label>
200
- <input type="radio" name="optionsRadios" id="optionsRadios3" value="option3" disabled>
201
- Option three is disabled
202
- </label>
203
- </div>
204
- <button type="submit" class="btn btn-default">Submit</button>
205
- </form>
206
-
207
- <h1 class="page-header">Contextual Classes</h1>
208
- <p class="text-muted">text-muted ...Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p>
209
- <p class="text-primary">text-primary ...Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
210
- <p class="text-success">text-success ...Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p>
211
- <p class="text-info">text-info ...Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
212
- <p class="text-warning">text-warning ...Etiam porta sem malesuada magna mollis euismod.</p>
213
- <p class="text-danger">text-danger ...Donec ullamcorper nulla non metus auctor fringilla.</p>
214
-
215
- <p style="padding: 10px;" class="bg-primary">bg-primary</p>
216
- <p style="padding: 10px;" class="bg-success">bg-success</p>
217
- <p style="padding: 10px;" class="bg-info">bg-info</p>
218
- <p style="padding: 10px;" class="bg-warning">bg-warning</p>
219
- <p style="padding: 10px;" class="bg-danger">bg-danger</p>
220
-
221
- <h1 class="page-header">Alerts</h1>
222
- <div class="bs-example">
223
- <div class="alert alert-success" role="alert">
224
- <strong>Well done!</strong> You successfully read this important alert message.
225
- </div>
226
- <div class="alert alert-info" role="alert">
227
- <strong>Heads up!</strong> This alert needs your attention, but it's not super important.
228
- </div>
229
- <div class="alert alert-warning" role="alert">
230
- <strong>Warning!</strong> Better check yourself, you're not looking too good.
231
- </div>
232
- <div class="alert alert-danger" role="alert">
233
- <strong>Oh snap!</strong> Change a few things up and try submitting again.
234
- </div>
235
- </div>
236
-
237
- <h1 class="page-header">Progress Bars</h1>
238
- <div class="progress">
239
- <div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
240
- 60%
241
- </div>
242
- </div>
243
- <div class="progress">
244
- <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
245
- <span class="sr-only">40% Complete (success)</span>
246
- </div>
247
- </div>
248
- <div class="progress">
249
- <div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
250
- <span class="sr-only">20% Complete</span>
251
- </div>
252
- </div>
253
- <div class="progress">
254
- <div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
255
- <span class="sr-only">60% Complete (warning)</span>
256
- </div>
257
- </div>
258
- <div class="progress">
259
- <div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
260
- <span class="sr-only">80% Complete</span>
261
- </div>
262
- </div>
263
-
264
- <h1 class="page-header">Panels</h1>
265
- <div class="bs-example">
266
- <div class="panel panel-primary">
267
- <div class="panel-heading">
268
- <h3 class="panel-title">Panel title</h3>
269
- </div>
270
- <div class="panel-body">
271
- Panel content
272
- </div>
273
- <div class="panel-footer">Panel footer</div>
274
- </div>
275
- <div class="panel panel-success">
276
- <div class="panel-heading">
277
- <h3 class="panel-title">Panel title</h3>
278
- </div>
279
- <div class="panel-body">
280
- Panel content
281
- </div>
282
- </div>
283
- <div class="panel panel-info">
284
- <div class="panel-heading">
285
- <h3 class="panel-title">Panel title</h3>
286
- </div>
287
- <div class="panel-body">
288
- Panel content
289
- </div>
290
- </div>
291
- <div class="panel panel-warning">
292
- <div class="panel-heading">
293
- <h3 class="panel-title">Panel title</h3>
294
- </div>
295
- <div class="panel-body">
296
- Panel content
297
- </div>
298
- </div>
299
- <div class="panel panel-danger">
300
- <div class="panel-heading">
301
- <h3 class="panel-title">Panel title</h3>
302
- </div>
303
- <div class="panel-body">
304
- Panel content
305
- </div>
306
- </div>
307
- </div>
308
-
309
- <h1 class="page-header">Wells</h1>
310
- <div class="well">Normal well</div>
311
- <div class="well well-lg">Large well</div>
312
- <div class="well well-sm">Small well</div>
313
-
314
- <h1 class="page-header">Tabs</h1>
315
- <div class="bs-example bs-example-tabs">
316
- <ul id="myTab" class="nav nav-tabs" role="tablist">
317
- <li class="active"><a href="#home" role="tab" data-toggle="tab">Home</a></li>
318
- <li><a href="#profile" role="tab" data-toggle="tab">Profile</a></li>
319
- <li class="dropdown">
320
- <a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
321
- <ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1">
322
- <li><a href="#dropdown1" tabindex="-1" role="tab" data-toggle="tab">@fat</a></li>
323
- <li><a href="#dropdown2" tabindex="-1" role="tab" data-toggle="tab">@mdo</a></li>
324
- </ul>
325
- </li>
326
- </ul>
327
- <div id="myTabContent" class="tab-content">
328
- <div class="tab-pane fade in active" id="home">
329
- <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.</p>
330
- </div>
331
- <div class="tab-pane fade" id="profile">
332
- <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.</p>
333
- </div>
334
- <div class="tab-pane fade" id="dropdown1">
335
- <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.</p>
336
- </div>
337
- <div class="tab-pane fade" id="dropdown2">
338
- <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.</p>
339
- </div>
340
- </div>
341
- </div>
342
-
343
- <h1 class="page-header">Modal</h1>
344
- <div class="modal" style="position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: 1; display: block;">
345
- <div class="modal-dialog">
346
- <div class="modal-content">
347
- <div class="modal-header">
348
- <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
349
- <h4 class="modal-title">Modal title</h4>
350
- </div>
351
- <div class="modal-body">
352
- <p>One fine body…</p>
353
- </div>
354
- <div class="modal-footer">
355
- <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
356
- <button type="button" class="btn btn-primary">Save changes</button>
357
- </div>
358
- </div><!-- /.modal-content -->
359
- </div><!-- /.modal-dialog -->
360
- </div>
361
- </div>