[Git][noosfero/noosfero][master] 3 commits: Removing image size limiter on Recent Content plugin

Gabriel Silva gitlab at mg.gitlab.com
Thu Jun 27 11:44:35 BRT 2019



Gabriel Silva pushed to branch master at Noosfero / noosfero


Commits:
adfb9f4b by Alax Alves at 2019-06-06T20:11:19Z
Removing image size limiter on Recent Content plugin

- - - - -
88ac3d93 by Alax Alves at 2019-06-17T17:24:37Z
Merge branch 'master' of https://gitlab.com/noosfero/noosfero into fix-recent-content

- - - - -
9cbf2410 by Gabriel Silva at 2019-06-27T14:44:31Z
Merge branch 'fix-recent-content' into 'master'

Removing image size limiter on Recent Content plugin

See merge request noosfero/noosfero!1689
- - - - -


1 changed file:

- plugins/recent_content/views/blocks/recent_content.html.erb


Changes:

=====================================
plugins/recent_content/views/blocks/recent_content.html.erb
=====================================
@@ -5,7 +5,7 @@
       <%= block_title(block.title.blank? ? c_("Recent content") : block.title, block.subtitle ) %>
       <% if block.show_blog_picture and !block.root.image.nil? %>
         <div class="recent-content-cover">
-          <%= image_tag(block.root.image.public_filename(:big)) %>
+          <%= image_tag(block.root.image.public_filename()) %>
         </div>
       <% end %>
     </div>



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/ffe05c90ff2966e24937efb327df006a5f054fa2...9cbf241081b0ba66e15ade1f2e90d7ae8a1bbdc1

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/ffe05c90ff2966e24937efb327df006a5f054fa2...9cbf241081b0ba66e15ade1f2e90d7ae8a1bbdc1
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20190627/f6a36207/attachment.html>


More information about the Noosfero-dev mailing list