From 4aa174ea749b04f83b54b7b0a601719945ea18ae Mon Sep 17 00:00:00 2001 From: nieguanghui Date: Tue, 13 Aug 2013 10:43:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8TAG=20=E6=98=BE=E7=A4=BA=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=94=A8=E6=88=B7500=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/users_controller.rb | 1 + app/views/projects/_project.html.erb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 8e44d4b7e..6126e0356 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -276,6 +276,7 @@ class UsersController < ApplicationController def new @user = User.new(:language => Setting.default_language, :mail_notification => Setting.default_notification_option) @auth_sources = AuthSource.all + render :layout => "base" end def create diff --git a/app/views/projects/_project.html.erb b/app/views/projects/_project.html.erb index c53c50432..fa0a8b75a 100644 --- a/app/views/projects/_project.html.erb +++ b/app/views/projects/_project.html.erb @@ -43,7 +43,7 @@
- <%= tag('img', {:src => "/images/sidebar/tags.png"}, false, false) %> + <%= image_tag( "/images/sidebar/tags.png") %> <%= render :partial => 'tags/tag_name', :locals => {:obj => @project,:object_flag => "2",:non_list_all => true }%>