% layout 'common'; %= include '/include/header', title => 'Blob', project => $project; %= include '/include/current_directory', home_ns => $home_ns, home => $home; %= include '/include/page_navi', current => 'blob', head_id => $id, project_ns => $project_ns;
<%= $commit->{title} %>
%= include '/include/page_path', project_ns => $project_ns, id => $id, Path => $file, type => 'blob';
% if ($mimetype =~ m#^image/#) { " title="<%= $file %>" % } src="<%= url_for('blob_plain', project => $project_ns, id_file => "$id/$file") %>" /> % } else { % my $nr = 1; % for my $line (@$lines) { % my $nr4 = sprintf("%4i", $nr);
<%= $nr4 %> <%= $line %>
% $nr++; % } % }