Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Remove template title from preview popup screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
akiko-pusu committed Aug 26, 2017
1 parent 39b1b2a commit 9ba7604
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/views/issue_templates/_list_templates.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<table class="list template_list">
<thead>
<tr>
<th><%=h l(:issue_template_name) %></th>
<th><%=h l(:issue_title) %></th>
<th><%=h l(:issue_description) %></th>
<th><%= l(:field_is_default) %></th>
Expand All @@ -10,9 +9,6 @@
</thead>
<% issue_templates.each do |template| %>
<tr class="<%= cycle('odd', 'even') %> template_data">
<td>
<%= template.title %>
</td>
<td>
<%= template.issue_title %>
</td>
Expand All @@ -34,9 +30,6 @@
<% end %>
<% inherit_templates.each do |template| %>
<tr class="<%= cycle('odd', 'even') %> template_data">
<td>
<%= template.title %>
</td>
<td>
<%= template.issue_title %>
</td>
Expand All @@ -58,9 +51,6 @@
<% end %>
<% global_issue_templates.each do |template| %>
<tr class="<%= cycle('odd', 'even') %> template_data">
<td>
<%= template.title %>
</td>
<td>
<%= template.issue_title %>
</td>
Expand Down

0 comments on commit 9ba7604

Please # to comment.