-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
67 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<div class="alert alert-danger alert-dismissible" role="alert"> | ||
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> | ||
Danger | ||
</div> | ||
<div class="alert alert-info alert-dismissible" role="alert"> | ||
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> | ||
Info | ||
</div> | ||
<div class="alert alert-success alert-dismissible" role="alert"> | ||
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> | ||
Success | ||
</div> | ||
<div class="alert alert-warning alert-dismissible" role="alert"> | ||
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> | ||
Warning | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
Tests/Twig/Extension/Component/testBootstrapBreadcrumbsFunction.html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<ol class="breadcrumb"> | ||
<li><a href="javascript:void(0);">GitHub</a></li> | ||
<li class="active">Bootstrap bundle</li> | ||
</ol> |
4 changes: 4 additions & 0 deletions
4
Tests/Twig/Extension/Component/testBootstrapButtonGroupBasicFunction.html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div class="btn-group" role="group"> | ||
<button class="btn btn-default" type="button">Edit</button> | ||
<button class="btn btn-danger" type="button">Delete</button> | ||
</div> |
4 changes: 4 additions & 0 deletions
4
Tests/Twig/Extension/Component/testBootstrapButtonGroupToolbarFunction.html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div class="btn-toolbar" role="toolbar"> | ||
<button class="btn btn-default" type="button">Edit</button> | ||
<button class="btn btn-danger" type="button">Delete</button> | ||
</div> |
5 changes: 5 additions & 0 deletions
5
Tests/Twig/Extension/Component/testBootstrapNavsJustified.html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<ul class="nav nav-justified"> | ||
<li role="presentation"><a href="#">Home</a></li> | ||
<li role="presentation"><a href="#">Profile</a></li> | ||
<li role="presentation"><a href="#">Message</a></li> | ||
</ul> |
5 changes: 5 additions & 0 deletions
5
Tests/Twig/Extension/Component/testBootstrapNavsPills.html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<ul class="nav nav-pills nav-stacked"> | ||
<li role="presentation"><a href="#">Home</a></li> | ||
<li role="presentation"><a href="#">Profile</a></li> | ||
<li role="presentation"><a href="#">Message</a></li> | ||
</ul> |
5 changes: 5 additions & 0 deletions
5
Tests/Twig/Extension/Component/testBootstrapNavsPillsWithItems.html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<ul class="nav nav-pills"> | ||
<li role="presentation"><a href="#">Home</a></li> | ||
<li role="presentation"><a href="#">Profile</a></li> | ||
<li role="presentation"><a href="#">Message</a></li> | ||
</ul> |
5 changes: 5 additions & 0 deletions
5
Tests/Twig/Extension/Component/testBootstrapNavsTabs.html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<ul class="nav nav-tabs"> | ||
<li role="presentation"><a href="#">Home</a></li> | ||
<li role="presentation"><a href="#">Profile</a></li> | ||
<li role="presentation"><a href="#">Message</a></li> | ||
</ul> |