1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Replace pencil & tooltip w/ just text; Fixes #446 (#954)

This commit is contained in:
David Sevilla Martín
2016-05-14 04:06:02 -04:00
committed by Franz Liedke
parent 77837ef7d1
commit 99dbea4524
2 changed files with 3 additions and 3 deletions

View File

@@ -24381,8 +24381,8 @@ System.register('flarum/components/PostEdited', ['flarum/Component', 'flarum/hel
return m(
'span',
{ className: 'PostEdited', title: title },
icon('pencil')
{ className: 'PostEdited' },
title
);
}
}, {