Skip to content

Commit 0366ffa

Browse files
Responsive Lists page setup
1 parent 7383fb1 commit 0366ffa

7 files changed

Lines changed: 16 additions & 4 deletions

File tree

src/Dashboard/TablesAndLists/BasicTables/BasicTables.page.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dirname: TablesAndLists # output dirname
3-
pagename: ItemsEditor
3+
pagename: BasicTables
44
layout: Dashboard/Dashboard.layout
55
---
66

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
dirname: TablesAndLists # output dirname
3+
pagename: ResponsiveLists
4+
layout: Dashboard/Dashboard.layout
5+
---
6+
7+
<article class="Page ResponsiveLists">
8+
<div class="PageContainer">
9+
ths is ResponsiveLists page
10+
</div>
11+
</article>

src/Dashboard/TablesAndLists/ResponsiveLists/ResponsiveLists.scss

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import './ResponsiveLists.scss';

src/Dashboard/TablesAndLists/ResponsiveTables/ResponsiveTables.page.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dirname: TablesAndLists # output dirname
3-
pagename: ItemsEditor
3+
pagename: ResponsiveTables
44
layout: Dashboard/Dashboard.layout
55
---
66

src/Dashboard/TablesAndLists/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import './TablesAndLists.scss';
22
import TablesAndLists from './TablesAndLists';
33
import './BasicTables';
44
import './ResponsiveTables';
5-
// import './ResponisiveLists';
5+
import './ResponsiveLists';
66

77
export default TablesAndLists;

src/Dashboard/_common/DashboardSidebar/SidebarNav/SidebarNav.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
Responsive Tables
174174
</span>
175175
</a>
176-
<a href="" class="NavLink" >
176+
<a href="http://localhost:8080/TablesAndLists/ResponsiveLists.html" class="NavLink" >
177177
<span>
178178
Responsive Lists
179179
</span>

0 commit comments

Comments
 (0)