mirror of
https://github.com/dolphin-emu/redmine_issue_templates.git
synced 2026-01-31 01:15:19 +01:00
Fixed #52 / Change to correct format for title attribute.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
title: issue_template.title, tooltip: issue_template.note %></td>
|
||||
<td><%= link_to h(issue_template.title), {:controller => 'global_issue_templates',
|
||||
:id => issue_template.id, :action => 'show'},
|
||||
title: "#{html_escape(issue_template.note)}" %>
|
||||
{:title => "#{html_escape(issue_template.note)}"} %>
|
||||
<a class="icon template_tooltip" href="#" title="<%= l(:label_preview) %>"
|
||||
onclick="checkExpand('global_template_description-<%= issue_template.id %>');"></a></td>
|
||||
<td><%=h issue_template.tracker.name %></td>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
:action => 'show', :id => issue_template.id, :project_id => @project}, {:title => issue_template.note } %></td>
|
||||
<td><%= link_to h(issue_template.title), {:controller => 'issue_templates',
|
||||
:id => issue_template.id, :action => 'show'},
|
||||
title: "#{html_escape(issue_template.note)}" %>
|
||||
{:title => "#{html_escape(issue_template.note)}"} %>
|
||||
|
||||
<a class="icon template_tooltip" href="#" title="<%= l(:label_preview) %>"
|
||||
onclick="checkExpand('template_description-<%= issue_template.id %>');"></a>
|
||||
@@ -116,7 +116,7 @@
|
||||
:project_id => issue_template.project_id }, {:title => issue_template.note } %></td>
|
||||
<td><%= link_to h(issue_template.title), {:controller => 'issue_templates',
|
||||
:id => issue_template.id, :action => 'show'},
|
||||
title: "#{html_escape(issue_template.note)}" %>
|
||||
{:title => "#{html_escape(issue_template.note)}"} %>
|
||||
|
||||
<a class="icon template_tooltip" href="#" title="<%= l(:label_preview) %>"
|
||||
onclick="checkExpand('template_description-<%= issue_template.id %>');"></a>
|
||||
@@ -168,7 +168,7 @@
|
||||
<td>
|
||||
<%= link_to h(issue_template.title), {:controller => 'global_issue_templates',
|
||||
:id => issue_template.id, :action => 'show'},
|
||||
title: "#{html_escape(issue_template.note)}" %>
|
||||
{:title => "#{html_escape(issue_template.note)}"} %>
|
||||
<a class="icon template_tooltip" href="#" title="<%= l(:label_preview) %>"
|
||||
onclick="checkExpand('global_template_description-<%= issue_template.id %>');"></a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user