Skip to content

Commit

Permalink
#1526 Missing template
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Jun 4, 2024
1 parent 9d270d2 commit fce7f58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/mailer/_issue.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<%# Render the original view %>
<% view_paths.unshift Rails.root.join('app/views').to_s %>
<%= render partial: 'issue', locals: { issue: issue, issue_url: issue_url, user: user } %>
<%= render partial: 'mailer/issue', locals: { issue: issue, issue_url: issue_url, user: user } %>

<%# DMSF extension do %>
<% if issue.dmsf_files.any? %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/mailer/_issue.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<%# Render the original view %>
<% view_paths.unshift Rails.root.join('app/views').to_s %>
<%= render partial: 'issue', locals: { issue: issue, issue_url: issue_url, user: user } %>
<%= render partial: 'mailer/issue', locals: { issue: issue, issue_url: issue_url, user: user } %>

<%# DMSF extension do %>
<% if issue.dmsf_files.any? %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/my/_sidebar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<%# Render the original view %>
<% view_paths.unshift Rails.root.join('app/views').to_s %>
<%= render partial: 'sidebar' %>
<%= render partial: 'my/sidebar' %>

<%# DMSF extension do %>
<% if Setting.plugin_redmine_dmsf['dmsf_webdav_authentication'] == 'Digest' %>
Expand Down

0 comments on commit fce7f58

Please sign in to comment.