]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/show.html.erb
Remove the Yahoo OpenID link as they no longer support OpenID
[rails.git] / app / views / users / show.html.erb
index 440d68874ff9e323b38e63f3f8a9f86086f2d5b7..302ec5bd3935db3d9a65dd8dd3beb39a02fa8e68 100644 (file)
@@ -2,7 +2,7 @@
   <div id='userinformation'>
     <%= user_image @user %>
     <div class='userinformation-inner'>
-      <h1><%= @user.display_name %><%= role_icons(@user) %></h1>
+      <h1><%= @user.display_name %> <%= role_icons(@user) %></h1>
       <% if current_user and @user.id == current_user.id %>
         <!-- Displaying user's own profile page to themself -->
         <ul class='secondary-actions clearfix'>
       </p>
     </div>
 
-    <div class="user-description richtext"><%= @user.description.to_html %></div>
+    <div class="user-description richtext text-break"><%= @user.description.to_html %></div>
 
   </div>