git ssb

10+

Matt McKegg / patchwork



Commit ab21ee3d4f6cfce36cbd6de47d73b4583aeccd52

remove bumps hover text from rollup

Matt McKegg committed on 10/28/2017, 6:54:55 AM
Parent: 3f8454dab368a5929f435b93db73013e17fbe703

Files changed

modules/feed/html/rollup.jschanged
modules/feed/html/rollup.jsView
@@ -211,9 +211,9 @@
211211 ? getLikeAuthors(groupedBumps[lastBumpType])
212212 : getAuthors(groupedBumps[lastBumpType])
213213
214214 var description = i18n(bumpMessages[lastBumpType] || 'added changes')
215- meta = h('div.meta', { title: names(bumps) }, [
215+ meta = h('div.meta', [
216216 many(bumps, api.profile.html.person, i18n), ' ', description
217217 ])
218218 }
219219

Built with git-ssb-web