mirror of
https://github.com/flarum/core.git
synced 2025-07-29 04:30:56 +02:00
Merge branch 'compact-posts'
This commit is contained in:
@@ -29,7 +29,7 @@ export default function() {
|
|||||||
|
|
||||||
items.add('reply',
|
items.add('reply',
|
||||||
Button.component({
|
Button.component({
|
||||||
className: 'Button Button--text',
|
className: 'Button Button--link',
|
||||||
children: app.trans('mentions.reply_link'),
|
children: app.trans('mentions.reply_link'),
|
||||||
onclick: () => {
|
onclick: () => {
|
||||||
const quote = window.getSelection().toString();
|
const quote = window.getSelection().toString();
|
||||||
|
Reference in New Issue
Block a user