git ssb

0+

ev / microbay



forked from Dominic / patchbay

Commit 20e18a424acad66e1f6e83ad1aa129f2fabdbb0d

show name and current avatar on profile page

Dominic Tarr committed on 7/24/2016, 2:23:59 AM
Parent: 6200cdd535433e85ea74c0c9b081b40ecfadc318

Files changed

modules/avatar-profile.jschanged
modules/avatar-profile.jsView
@@ -2,10 +2,12 @@
22 var plugs = require('../plugs')
33
44 var avatar_image = plugs.first(exports.avatar_image = [])
55 var avatar_action = plugs.map(exports.avatar_action = [])
6+var avatar_edit = plugs.first(exports.avatar_edit = [])
67
78 exports.avatar_profile = function (id) {
9+ return avatar_edit(id)
810
911 return h('div.row.profile',
1012 avatar_image(id),
1113 h('div.column', avatar_action(id))

Built with git-ssb-web