Commit 4187ef9069d56cd30551e0d3c6b87b7ffac876e1

Authored by Rafael Manzo
1 parent d69470a7

Doubled project_image size

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/show.html.erb
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <div class="row"> 3 <div class="row">
4 <div class="col-md-2"> 4 <div class="col-md-2">
5 <% if @project_image && !@project_image.image_url.empty? %> 5 <% if @project_image && !@project_image.image_url.empty? %>
6 - <%= image_tag "#{@project_image.image_url}", size:"64x64" %> 6 + <%= image_tag "#{@project_image.image_url}", size:"128x128" %>
7 <% else %> 7 <% else %>
8 <center><i class="fa fa-file-image-o fa-5x"></i></center><br /> 8 <center><i class="fa fa-file-image-o fa-5x"></i></center><br />
9 No image available 9 No image available