diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/custom/partials/_article.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom/partials/_article.html.erb b/app/views/custom/partials/_article.html.erb index 2a76bdcc..20688f40 100644 --- a/app/views/custom/partials/_article.html.erb +++ b/app/views/custom/partials/_article.html.erb | |||
| @@ -9,6 +9,6 @@ | |||
| 9 | <%= link_to_path image_tag(headline.upload.url(:medium), :alt => ""), page.node.unique_name %> | 9 | <%= link_to_path image_tag(headline.upload.url(:medium), :alt => ""), page.node.unique_name %> |
| 10 | </div> | 10 | </div> |
| 11 | <% end %> | 11 | <% end %> |
| 12 | <p class="excerpt"><%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %></p> | 12 | <p class="excerpt"><%= page.abstract %> <span class="no_break"><%= link_to_path t(:more), page.node.unique_name %></span></p> |
| 13 | </div> | 13 | </div> |
| 14 | </div> | 14 | </div> |
