better link formatting in perf panel
This commit is contained in:
parent
f728107e78
commit
3e1234c8d4
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ my $log_template = __PACKAGE__->build_template(<<'EOTMPL');
|
||||||
<%= $event->{message} %>
|
<%= $event->{message} %>
|
||||||
% }
|
% }
|
||||||
% if ($event->{assetTitle}) {
|
% if ($event->{assetTitle}) {
|
||||||
<a href="<%= $event->{viewUrl} %>">View</a>
|
<a style="color: #00a; text-decoration: underline" href="<%= $event->{viewUrl} %>">View</a>
|
||||||
<a href="<%= $event->{editUrl} %>">Edit</a>
|
<a style="color: #00a; text-decoration: underline" href="<%= $event->{editUrl} %>">Edit</a>
|
||||||
<%= $event->{assetTitle} %>
|
<%= $event->{assetTitle} %>
|
||||||
% }
|
% }
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue