remove tags
This commit is contained in:
parent
e92383940f
commit
9ab5db8ee3
|
@ -27,7 +27,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" width="580px" >
|
<td colspan="2" width="580px" >
|
||||||
<p class="info-break">
|
<p class="info-break">
|
||||||
<%= h (truncate(e.event_description, :length => 240)) %>
|
<%= h(truncate(strip_tags(e.event_description).gsub(/ /,' '), length: 30, omission:'...')) %>
|
||||||
</p></td>
|
</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue