US/121 add member photo
parent
bbd86f142b
commit
46089b5a73
|
@ -150,7 +150,6 @@ modules = [
|
|||
"taigaSearch",
|
||||
"taigaAdmin",
|
||||
"taigaNavMenu",
|
||||
"taigaLightboxes",
|
||||
"taigaProject",
|
||||
|
||||
# Vendor modules
|
||||
|
|
|
@ -27,7 +27,7 @@ block content
|
|||
|
||||
.home-project-bottom
|
||||
ul
|
||||
li(ng-repeat="member in ctrl.project.memberships")
|
||||
img(src="http://www.gravatar.com/avatar/0601c5aa999eb9f589e3516ba7e31820?size=80&default=")
|
||||
li(ng-repeat="member in ctrl.project.active_memberships")
|
||||
img(src="{{member.photo}}")
|
||||
|
||||
a.button.button-blackish(href="", tg-nav="project-backlog:project=ctrl.project.slug") GO TO PROJECT
|
||||
|
|
|
@ -59,7 +59,6 @@ $prefix-for-spec: true;
|
|||
//Project modules
|
||||
@import 'modules/home-projects-list';
|
||||
@import 'modules/home-project';
|
||||
@import 'modules/project-details';
|
||||
|
||||
//Issues modules
|
||||
@import 'modules/issues/issues-table';
|
||||
|
|
Loading…
Reference in New Issue