Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2013-12-03 15:53:37 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2013-12-03 15:53:37 +0400
commit8c08d4e4b167ab660cfd15172ee6d40ca345d23f (patch)
tree3e4c8fa1afa8c53a2b231ae50223e72634ac60fb
parent08f919929b0a7e0b6162dc73b754a4becc4224f2 (diff)
update dummy page
-rw-r--r--test/dummy/app/views/pages/root.html.slim13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/dummy/app/views/pages/root.html.slim b/test/dummy/app/views/pages/root.html.slim
index 8c94b085..ee2e2511 100644
--- a/test/dummy/app/views/pages/root.html.slim
+++ b/test/dummy/app/views/pages/root.html.slim
@@ -11,6 +11,7 @@
.col-sm-3
h2 3 columns
button.btn.btn-primary type='button' Button
+ button.btn.btn-primary type='button' Button
h2 Icons
ul.list-inline
li: i.glyphicon.glyphicon-user
@@ -18,7 +19,17 @@
li: i.glyphicon.glyphicon-tint
.col-sm-6
h2 6 columns
- .panel.panel-primary
+ .panel.panel-primary: .panel-body
.row
.col-xs-4.col-xs-push-4
.panel.panel-default: h3 This is col-xs-4 col-xs-push-4
+
+ form.form-inline
+ .form-group
+ input.sr-only for="exampleInputEmail2" Email address
+ input.form-control#exampleInputEmail2 type="email" placeholder="Enter email"
+ .checkbox
+ label
+ input type="checkbox"
+ | Remember me
+ button.btn.btn-default type="submit" Sign in