Commit dfa10bc9573acfc7d4bdd5a674e93cdac8bfb2ce
1 parent
37fcaf75
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
display the name inteasd of short_description
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/box_organizer/index.html.erb
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | <div> | 32 | <div> |
33 | <%= display_icon(block) %> | 33 | <%= display_icon(block) %> |
34 | </div> | 34 | </div> |
35 | - <span><%= _(block.short_description) %></span> | 35 | + <span><%= _(block.pretty_name) %></span> |
36 | </div> | 36 | </div> |
37 | 37 | ||
38 | <%= draggable_element("block-#{block.name}", :revert => true) %> | 38 | <%= draggable_element("block-#{block.name}", :revert => true) %> |