diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f5971d138..be346a109 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -782,7 +782,7 @@ module ApplicationHelper end def other_formats_links(&) - concat('

'.html_safe + l(:label_export_to)) + concat('

'.html_safe + l(:label_export_to)) yield Redmine::Views::OtherFormatsBuilder.new(self) concat('

'.html_safe) end diff --git a/app/views/issues/_list.html.erb b/app/views/issues/_list.html.erb index df562c6f2..e8b151ef6 100644 --- a/app/views/issues/_list.html.erb +++ b/app/views/issues/_list.html.erb @@ -15,7 +15,7 @@ <% query.inline_columns.each do |column| %> <%= column_header(query, column, query_options) %> <% end %> - + @@ -36,7 +36,7 @@ <% query.inline_columns.each do |column| %> <%= content_tag('td', column_content(column, issue), :class => column.css_classes) %> <% end %> - <%= link_to_context_menu %> + <%= link_to_context_menu %> <% query.block_columns.each do |column| if (text = column_content(column, issue)) && text.present? -%> diff --git a/app/views/timelog/_list.html.erb b/app/views/timelog/_list.html.erb index 1a82b5f51..6c518161f 100644 --- a/app/views/timelog/_list.html.erb +++ b/app/views/timelog/_list.html.erb @@ -11,7 +11,7 @@ <% @query.inline_columns.each do |column| %> <%= column_header(@query, column) %> <% end %> - + @@ -36,7 +36,7 @@ <% @query.inline_columns.each do |column| %> <%= content_tag('td', column_content(column, entry), :class => column.css_classes) %> <% end %> - + <% if entry.editable_by?(User.current) -%> <%= link_to sprite_icon('edit', l(:button_edit)), edit_time_entry_path(entry), :title => l(:button_edit), diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 6c3d518bc..45b254a7d 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -40,7 +40,7 @@ <%= check_box_tag 'ids[]', issue.id, false, :id => nil %> <%= assignee_avatar(issue.assigned_to, :size => 16) %> <%= link_to_issue(issue, :project => (@project != issue.project)) %> - <%= link_to_context_menu %> + <%= link_to_context_menu %> <% end -%> diff --git a/app/views/versions/show.html.erb b/app/views/versions/show.html.erb index f83aff80d..cdd2b3029 100644 --- a/app/views/versions/show.html.erb +++ b/app/views/versions/show.html.erb @@ -54,7 +54,7 @@ <%= check_box_tag 'ids[]', issue.id, false, :id => nil %> <%= assignee_avatar(issue.assigned_to, :size => 16) %> <%= link_to_issue(issue, :project => (@project != issue.project)) %> - <%= link_to_context_menu %> + <%= link_to_context_menu %> <% end %>