|
|
|
|
@ -25,7 +25,16 @@ |
|
|
|
|
</div> |
|
|
|
|
% } |
|
|
|
|
|
|
|
|
|
<a href="<%= $c->url_for( 'show_dashboard_blog_page' ) %>">Create New Page</a> |
|
|
|
|
<div class="mt-3 row"> |
|
|
|
|
<div class="col"> |
|
|
|
|
<div class="float-end" style="margin-right: 1em"> |
|
|
|
|
<a style="text-decoration: none;" href="<%= $c->url_for( 'show_dashboard_blog_page' ) %>"> |
|
|
|
|
<span style="color: green; width: 32px; height: 32px;" data-feather="plus-circle"></span> |
|
|
|
|
<cpan style="color: black; vertical-align: 30%; font-size: 16px">New Blog Page</span> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
% if ( $blog_pages ) { |
|
|
|
|
<table style="border: 1px solid #ccc" class="table mt-5"> |
|
|
|
|
|