fixed lots-o-spaces
This commit is contained in:
@@ -182,7 +182,6 @@ and (min-width: 1000px)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
pre {
|
||||
background: #ddd;
|
||||
padding: 0.5em;
|
||||
|
||||
@@ -82,5 +82,5 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<hr>
|
||||
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : h(@user.about).gsub("\n", "<br>").html_safe %>
|
||||
<%= @user.about.blank? ? "<span class=\"no-about\">nothing</span>".html_safe : @user.about %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user