Replace projects_box with ui-box. Fixed team spinach test
This commit is contained in:
parent
e84df44ea0
commit
88d42c2e1c
8 changed files with 15 additions and 20 deletions
|
@ -12,10 +12,13 @@
|
|||
- groups.each do |group|
|
||||
%li
|
||||
= link_to group_path(id: group.path), class: dom_class(group) do
|
||||
%strong.well-title= truncate(group.name, length: 35)
|
||||
%span.pull-right.light
|
||||
- if group.owner == current_user
|
||||
%i.icon-wrench
|
||||
%strong.well-title
|
||||
= truncate(group.name, length: 35)
|
||||
%span.arrow
|
||||
→
|
||||
%span.last_activity
|
||||
%strong Owner:
|
||||
%span= group.owner_name
|
||||
- if groups.blank?
|
||||
%li
|
||||
%h3.nothing_here_message You have no groups yet.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.projects_box
|
||||
.ui-box
|
||||
%h5.title
|
||||
Projects
|
||||
%small
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue