logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 1190b439b31701e5304a81176422c241f85de438
parent: 0cbd145a5abb6eefda35a4a65820f7430634fbc0
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sun, 27 Nov 2016 20:19:53 +0100

The heading is already bold.

Diffstat:

Msrc/components/status/status.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -16,7 +16,7 @@ </div> <div class="media-body"> <h4 class="media-heading"> - <strong>{{status.user.name}}</strong> + {{status.user.name}} <small><a :href="status.user.statusnet_profile_url">{{status.user.screen_name}}</a></small> <small v-if="status.in_reply_to_screen_name"> &gt; <a :href="status.in_reply_to_profileurl">{{status.in_reply_to_screen_name}}</a></small> -