From 094554ff12e0c4fd3fc3e3f8704dbc910a6d0634 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 28 Jul 2021 14:08:10 -0700 Subject: [PATCH] ui polish --- app/assets/stylesheets/thredded-overrides.scss | 1 + app/views/thredded/topics/_followers.html.erb | 6 ++++-- app/views/thredded/topics/_header.html.erb | 8 +++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/thredded-overrides.scss b/app/assets/stylesheets/thredded-overrides.scss index ba8229c1..09599cc9 100644 --- a/app/assets/stylesheets/thredded-overrides.scss +++ b/app/assets/stylesheets/thredded-overrides.scss @@ -24,6 +24,7 @@ .thredded--user-navigation { height: 2rem; margin: 1rem; + border-bottom: 0; .thredded--user-navigation--item a { padding: 8px 4px; diff --git a/app/views/thredded/topics/_followers.html.erb b/app/views/thredded/topics/_followers.html.erb index 572b784f..6b5780fb 100644 --- a/app/views/thredded/topics/_followers.html.erb +++ b/app/views/thredded/topics/_followers.html.erb @@ -2,8 +2,10 @@
<% if topic.followers.present? %> <%# t('thredded.topics.followed_by') %> - people_alt - <%= pluralize topic.followers.count, 'follower' %> + + people_alt + <%= pluralize topic.followers.count, 'follower' %> + <%# topic.followers.each do |user| %> <%#= user_link(user) %> <%# end %> diff --git a/app/views/thredded/topics/_header.html.erb b/app/views/thredded/topics/_header.html.erb index d1a18f2f..5fd7463d 100644 --- a/app/views/thredded/topics/_header.html.erb +++ b/app/views/thredded/topics/_header.html.erb @@ -12,9 +12,7 @@
- - - + tune
<% if topic.can_update? %> @@ -24,13 +22,13 @@ <% end %> <% if user_signed_in? && params.key?(:id) %> <%= link_to main_app.documentize_topic_path(params[:id]), class: 'thredded--post--dropdown--actions--item' do %> - Save to document + Export to document <% end %> <%= link_to main_app.plaintext_topic_path(params[:id]), class: 'thredded--post--dropdown--actions--item', rel: 'nofollow' do %> View as plaintext <% end %> <%= link_to main_app.irc_log_topic_path(params[:id]), class: 'thredded--post--dropdown--actions--item', rel: 'nofollow' do %> - View as IRC log + View as chat log <% end %> <% end %> <% if topic.can_destroy? %>