Commit 37472203 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove unecessary titles in admin area

parent 16c39259
%h3.page-title
Projects
= link_to 'New Project', new_project_path, class: "btn btn-small pull-right"
%hr
.row .row
.span4 .span4
.admin-filter .admin-filter
...@@ -43,6 +37,8 @@ ...@@ -43,6 +37,8 @@
.ui-box .ui-box
.title .title
Projects (#{@projects.total_count}) Projects (#{@projects.total_count})
.pull-right
= link_to 'New Project', new_project_path, class: "btn btn-small btn-primary wide"
%ul.well-list %ul.well-list
- @projects.each do |project| - @projects.each do |project|
%li %li
......
%h3.page-title
Users
= link_to 'New User', new_admin_user_path, class: "btn btn-small pull-right"
%br
.row .row
.span3 .span3
.admin-filter .admin-filter
...@@ -34,6 +29,8 @@ ...@@ -34,6 +29,8 @@
.ui-box .ui-box
.title .title
Users (#{@users.total_count}) Users (#{@users.total_count})
.pull-right
= link_to 'New User', new_admin_user_path, class: "btn btn-small wide btn-primary"
%ul.well-list %ul.well-list
- @users.each do |user| - @users.each do |user|
%li %li
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment