We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0f0f7 commit e0f1052Copy full SHA for e0f1052
app/views/users/show.html.erb
@@ -92,7 +92,7 @@
92
</div>
93
<% if content.description.present? %>
94
<div class="card-content">
95
- <%= truncate content.description %>
+ <%= truncate(content.description, length: 300) %>
96
97
<% end %>
98
<% if content.respond_to?(:universe_id) && content.universe_id.present? %>
0 commit comments