Browse Source

* link to full image

master
Alex 'AdUser' Z 9 years ago
parent
commit
f83314fd4a
  1. 4
      templates/imgbin/view.html.ep

4
templates/imgbin/view.html.ep

@ -12,7 +12,9 @@
<div>
% my $image = (stash 'image') || {};
% my $style = sprintf "max-width: %dpx;", $config->{imgbin}->{css_maxwidth};
%= image $image->{path}, style => $style;
<%= link_to $image->{path} => begin %>
<%= image $image->{path}, style => $style; %>
<% end %>
</div>
<hr/>
<table>

Loading…
Cancel
Save