Fix mispelling and ambiguous id in UserTeam.without_project

This commit is contained in:
Dmitriy Zaporozhets 2013-01-24 11:19:09 +02:00
parent ca105d0462
commit ca752e64fb
8 changed files with 6 additions and 13 deletions

View file

@ -1,16 +1,12 @@
.teams_box
%h5.title
My Teams
Teams
%small
(#{@teams.count})
%span.right
= link_to new_team_path, class: "btn very_small info" do
%i.icon-plus
New Team
%span.right
= link_to teams_path, class: "btn very_small info" do
%i.icon-user
All Teams
%ul.well-list
- @teams.each do |team|
%li