From 4187ef9069d56cd30551e0d3c6b87b7ffac876e1 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Wed, 19 Nov 2014 15:29:43 -0200 Subject: [PATCH] Doubled project_image size --- app/views/projects/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index db68ba4..e0b34fa 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -3,7 +3,7 @@
<% if @project_image && !@project_image.image_url.empty? %> - <%= image_tag "#{@project_image.image_url}", size:"64x64" %> + <%= image_tag "#{@project_image.image_url}", size:"128x128" %> <% else %>

No image available -- libgit2 0.21.2