aboutsummaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/admin-page.ecr95
1 files changed, 10 insertions, 85 deletions
diff --git a/src/views/admin-page.ecr b/src/views/admin-page.ecr
index f1b8b01..a77ddf6 100644
--- a/src/views/admin-page.ecr
+++ b/src/views/admin-page.ecr
@@ -528,37 +528,12 @@
State
</label>
- <div class='btn-group btn-group-justified'>
- <a
- href='#'
- class='btn btn-primary post-state'
- title='Mark this page as a draft.'
- >
- <i class='fa fa-wrench'></i>
- Draft
- </a>
-
- <a
- href='#'
- class='btn btn-default post-state'
- title='Mark this page as published.'
- >
- <i class='fa fa-bullhorn'></i>
- Published
- </a>
-
- <a
- href='#'
- class='btn btn-default post-state'
- title='Mark this page as deleted.'
- >
- <i class='fa fa-trash'></i>
- Deleted
- </a>
- </div><!-- btn-group -->
+ <div class='btn-group btn-group-justified'><%=
+ state_buttons
+ %></div><!-- btn-group -->
<p class='help-block'>
- Visibility state of this page.
+ Visibility of this blog post.
</p>
</div><!-- col-md-6 -->
</div><!-- row -->
@@ -724,34 +699,9 @@
State
</label>
- <div class='btn-group btn-group-justified'>
- <a
- href='#'
- class='btn btn-primary post-state'
- title='Mark this page as a draft.'
- >
- <i class='fa fa-wrench'></i>
- Draft
- </a>
-
- <a
- href='#'
- class='btn btn-default post-state'
- title='Mark this page as published.'
- >
- <i class='fa fa-bullhorn'></i>
- Published
- </a>
-
- <a
- href='#'
- class='btn btn-default post-state'
- title='Mark this page as deleted.'
- >
- <i class='fa fa-trash'></i>
- Deleted
- </a>
- </div><!-- btn-group -->
+ <div class='btn-group btn-group-justified'><%=
+ state_buttons
+ %></div><!-- btn-group -->
<p class='help-block'>
Visibility state of this page.
@@ -911,34 +861,9 @@
State
</label>
- <div class='btn-group btn-group-justified'>
- <a
- href='#'
- class='btn btn-primary post-state'
- title='Mark this project as a draft.'
- >
- <i class='fa fa-wrench'></i>
- Draft
- </a>
-
- <a
- href='#'
- class='btn btn-default post-state'
- title='Mark this project as published.'
- >
- <i class='fa fa-bullhorn'></i>
- Published
- </a>
-
- <a
- href='#'
- class='btn btn-default post-state'
- title='Mark this project as deleted.'
- >
- <i class='fa fa-trash'></i>
- Deleted
- </a>
- </div><!-- btn-group -->
+ <div class='btn-group btn-group-justified'><%=
+ state_buttons
+ %></div><!-- btn-group -->
<p class='help-block'>
Visibility state of this project.