photogriffy.net/app/views/screenshot/single.html.erb

10 lines
No EOL
294 B
Text

<% size = size_calc(@fsize[0], @fsize[1], 600) %>
<div class="box">
<div class="border" style="width:<%= size[0] %>;">
<%= link_to image_tag(@fpath , :width => size[0] , :height => size[1]), @fpath, :alt => @fname %>
<% if @fname then %>
<p><%= @fname %></p>
<% end %>
</div>
</div>