-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#26 Panel icon, title and toolbar was added
- Loading branch information
1 parent
a54209d
commit b7949e1
Showing
8 changed files
with
83 additions
and
28 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
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 |
---|---|---|
@@ -1,8 +1,26 @@ | ||
- @title = '## HIERAPOLIS ##' | ||
- @body_class = 'main' | ||
- page 'Dashboard', 'dashboard' | ||
|
||
.panel | ||
.panel-heading | ||
%i.icon-beer.icon-large | ||
Hierapolis Rocks! | ||
Lorem ipsum | ||
.panel-tools | ||
.btn-group | ||
%a.btn{href: '#'} | ||
%i.icon-wrench | ||
Settings | ||
%a.btn{href: '#'} | ||
%i.icon-filter | ||
Filters | ||
%a.btn{href: '#', data: {toggle: 'toolbar-tooltip'}, title: 'Reload'} | ||
%i.icon-refresh | ||
%a.btn{href: '#', data: {toggle: 'toolbar-tooltip'}, title: 'Toggle'} | ||
%i.icon-chevron-down | ||
.badge 3 record | ||
.panel-body | ||
Lorem ipsum | ||
|
||
%a.btn.btn-default{:href => "#"} Link | ||
%button.btn.btn-default{:type => "submit"} Button | ||
%input.btn.btn-default{:type => "button", :value => "Input"}/ | ||
%input.btn.btn-default{:type => "submit", :value => "Submit"}/ |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
%ul#breadcrumb.breadcrumb | ||
%li | ||
%a{:href => "#"} Dashboard | ||
%li Dashboard | ||
%li.active Reports |
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