File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
< li class ='disabled '>
2
- <%= content_tag :a , raw ( t 'views.pagination.truncate' ) %>
2
+ <%= content_tag :a , '...' %>
3
3
</ li >
Original file line number Diff line number Diff line change 7
7
<% end %>
8
8
</ h4 >
9
9
< p >
10
- <%= strip_tags ( post . rendered_description . to_html ) %>
10
+ <%= sanitize strip_tags ( post . rendered_description . to_html ) %>
11
11
</ p >
12
12
< p >
13
13
< small >
Original file line number Diff line number Diff line change 27
27
</ div >
28
28
< div class ="to-member-card__body ">
29
29
< div class ="to-member-card__body__description ">
30
- <%= member . description &.truncate ( 124 ) %>
30
+ <%= sanitize strip_tags ( markdown ( member . description &.truncate ( 124 ) ) ) %>
31
31
</ div >
32
32
< div class ="to-member-card__body__items ">
33
33
<% if member . phone . present? %>
Original file line number Diff line number Diff line change 106
106
<%= link_to post , post %>
107
107
</ div >
108
108
< div class ="col-sm-8 ">
109
- <%= strip_tags ( post . rendered_description . to_html ) %>
109
+ <%= sanitize strip_tags ( post . rendered_description . to_html ) %>
110
110
</ div >
111
111
< div class ="col-sm-1 ">
112
112
<% if @user != current_user %>
138
138
<%= link_to post , post %>
139
139
</ div >
140
140
< div class ="col-sm-9 ">
141
- <%= strip_tags ( post . rendered_description . to_html ) %>
141
+ <%= sanitize strip_tags ( post . rendered_description . to_html ) %>
142
142
</ div >
143
143
</ div >
144
144
<% end %>
Original file line number Diff line number Diff line change 373
373
recent_posts :
374
374
subject : Newsletter
375
375
text1 : ' Latest offers published:'
376
- text2 : ' Lastest inquiries published:'
376
+ text2 : ' Latest requests published:'
377
377
organizations :
378
378
give_time :
379
379
give_time : Give time to
438
438
shared :
439
439
movements :
440
440
delete_reason : Are you sure to delete this comment?
441
- movements : Movements
441
+ movements : Exchanges
442
442
post_form :
443
443
group_inquiry : Is it a group request?
444
444
group_offer : Is it a group offer?
You can’t perform that action at this time.
0 commit comments