diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index f8159fc7a..169f1a107 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -1,3 +1,6 @@ +<%# html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %> +<% html_title "#{@issue.tracker.name} #{@issue.source_from}: #{@issue.subject}" %> + <%= render :partial => 'action_menu' %>

<%= issue_heading(@issue) %>

@@ -152,7 +155,6 @@ end %> <%= f.link_to 'PDF' %> <% end %> -<% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %> <% content_for :sidebar do %> <%= render :partial => 'issues/sidebar' %> diff --git a/app/views/welcome/course.html.erb b/app/views/welcome/course.html.erb index 71acc78aa..ca8e29b88 100644 --- a/app/views/welcome/course.html.erb +++ b/app/views/welcome/course.html.erb @@ -111,22 +111,23 @@
-

新开课程

- <%= link_to "更多>>", {:controller => 'projects', :action => 'course', :project_type => 1}, :target => "_blank" %> +

新开课程

+ <%= link_to "更多>>", {:controller => 'projects', :action => 'course', :project_type => 1} %>