diff options
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/admin-page.ecr | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/views/admin-page.ecr b/src/views/admin-page.ecr index feada44..ba7dcaf 100644 --- a/src/views/admin-page.ecr +++ b/src/views/admin-page.ecr @@ -101,26 +101,26 @@ default: "all", items: [{ - id: "all", - name: "All", - text: "Show all types.", + :id => "all", + :name => "All", + :text => "Show all types.", }, { - type: "divider", + :type => "divider", }, { - id: "blog", - name: "Blog Post", - icon: "fa-sticky-note-o", - text: "Show blog posts.", + :id => "blog", + :name => "Blog Post", + :icon => "fa-sticky-note-o", + :text => "Show blog posts.", }, { - id: "page", - name: "Page", - icon: "fa-bookmark-o", - text: "Show pages.", + :id => "page", + :name => "Page", + :icon => "fa-bookmark-o", + :text => "Show pages.", }, { - id: "project", - name: "Project", - icon: "fa-cube", - text: "Show projects.", + :id => "project", + :name => "Project", + :icon => "fa-cube", + :text => "Show projects.", }], ) %></div><!-- btn-group --> @@ -137,11 +137,11 @@ default: "default", items: [{ - id: "default", - name: "Default", - text: "Show drafts and posted items.", + :id => "default", + :name => "Default", + :text => "Show drafts and posted items.", }, { - type: "divider", + :type => "divider", }].concat(states_menu_items), ) %></div><!-- btn-group --> @@ -158,11 +158,11 @@ default: "all", items: [{ - id: "all", - name: "All", - text: "Show all sites.", + :id => "all", + :name => "All", + :text => "Show all sites.", }, { - type: "divider", + :type => "divider", }].concat(sites_menu_items), ) %></div><!-- btn-group --> @@ -179,11 +179,11 @@ default: "all", items: [{ - id: "all", - name: "All", - text: "Show all authors.", + :id => "all", + :name => "All", + :text => "Show all authors.", }, { - type: "divider", + :type => "divider", }].concat(authors_menu_items), ) %></div><!-- btn-group --> |