NodeBB/NodeBB

View on GitHub
src/views/partials/topic/merged-message.tpl

Summary

Maintainability
Test Coverage
<div component="topic/merged/message" class="alert alert-info mt-3 d-flex justify-content-between flex-wrap">
    <span>[[topic:merged-message, {config.relative_path}/topic/{mergeIntoTid}, {merger.mergedIntoTitle}]]</span>
    <span>
        <a class="fw-bold" href="{config.relative_path}/user/{merger.userslug}">{merger.username}</strong></a> <small class="timeago" title="{mergedTimestampISO}"></small>
    </span>
</div>