]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/note_helper.rb
Truncate if necessary and set dir=auto for note usernames
[rails.git] / app / helpers / note_helper.rb
index 21c8fa51e8c4326cd37182aeda636b4898c15d20..2e9850aef060f2b6549de5cdecac599d95fbdd9a 100644 (file)
@@ -18,7 +18,8 @@ module NoteHelper
     elsif author.status == "deleted"
       t("users.no_such_user.deleted")
     else
     elsif author.status == "deleted"
       t("users.no_such_user.deleted")
     else
-      link_to h(author.display_name), link_options.merge(:controller => "/users", :action => "show", :display_name => author.display_name)
+      link_to h(author.display_name), link_options.merge(:controller => "/users", :action => "show", :display_name => author.display_name),
+              :class => "mw-100 d-inline-block align-bottom text-truncate text-wrap", :dir => "auto"
     end
   end
 end
     end
   end
 end