parent
cfb803cda6
commit
86e1367d48
5 changed files with 23 additions and 43 deletions
@ -0,0 +1,19 @@ |
||||
<nav aria-label="breadcrumb" class="mt-3 mb-3"> |
||||
<ol class="breadcrumb"> |
||||
<li class="breadcrumb-item"><a href="<%= $c->url_for( 'show_dashboard' ) %>">Dashboard</a></li> |
||||
<li class="breadcrumb-item active" aria-current="page"><%= $blog->domain->name %></li> |
||||
</ol> |
||||
</nav> |
||||
|
||||
<h3 class="h3 mt-4 mb-4"><a target="_blank" style="text-decoration: none" href="https://<%= $blog->domain->name %>"><%= $blog->domain->name %></h3> |
||||
|
||||
<div class="row"> |
||||
<div class="col"> |
||||
<div class="float-end"> |
||||
<a style="text-decoration: none;" href="<%= $c->url_for( 'show_dashboard_blog_post_create' ) %>"> |
||||
<span style="color: green; width: 32px; height: 32px;" data-feather="plus-circle"></span> |
||||
<cpan style="color: black; vertical-align: 30%; font-size: 16px">New Post</span> |
||||
</a> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
Loading…
Reference in new issue