[#369] fix project link
This commit is contained in:
parent
82d2d18a36
commit
4dab463ab2
|
@ -28,7 +28,7 @@
|
||||||
%td
|
%td
|
||||||
%i.fa{ 'ng-class' => 'item.visibility_class' }
|
%i.fa{ 'ng-class' => 'item.visibility_class' }
|
||||||
%td
|
%td
|
||||||
%a{ 'ng-href' => 'item.link' } {{item.name_with_owner}}
|
%a{ 'ng-href' => '{{item.link}}' } {{item.name_with_owner}}
|
||||||
%td {{item.description}}
|
%td {{item.description}}
|
||||||
%td
|
%td
|
||||||
%i.fa.roffset5{ 'ng-class' => 'item.participant_class' }
|
%i.fa.roffset5{ 'ng-class' => 'item.participant_class' }
|
||||||
|
|
Loading…
Reference in New Issue