File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 41
41
% } else {
42
42
<p>This figure appears in the <%= obj_link($figure->report) %> report.</p>
43
43
% }
44
+ % if (my $to = fix_url($figure->url)) {
45
+ <p><%= link_to $to => target => "_blank" => begin %><%= $figure->url %><%= end %></p>
46
+ % }
44
47
45
48
<p><%= tbibs_to_links($figure->caption) %></p>
46
49
% if ($figure->source_citation){
Original file line number Diff line number Diff line change 38
38
<p>This finding is from <%= obj_link_to $finding->report, 'show' => begin %>
39
39
<%= $finding->report->title %><%= end %>.</p>
40
40
% }
41
+ % if (my $to = fix_url($finding->url)) {
42
+ <p><%= link_to $to => target => "_blank" => begin %><%= $finding->url %><%= end %></p>
43
+ % }
41
44
% for my $what (qw/process evidence uncertainties confidence/) {
42
45
% if ($finding->$what) {
43
46
<p><b><%= $labels{$what} %> :</b><%= tbibs_to_links($finding->$what) %></p>
Original file line number Diff line number Diff line change 43
43
% } else {
44
44
<p>This table appears in the <%= obj_link($table->report) %> report.</p>
45
45
% }
46
+ % if (my $to = fix_url($table->url)) {
47
+ <p><%= link_to $to => target => "_blank" => begin %><%= $table->url %><%= end %></p>
48
+ % }
46
49
<p><%= tbibs_to_links($table->caption) %></p>
47
50
48
51
% if (my @arrays = sorted_list($table,'arrays')) {
You can’t perform that action at this time.
0 commit comments