Browse Source

* link to full image

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

4
templates/imgbin/view.html.ep

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

Loading…
Cancel
Save