diff --git a/app/views/avatar/_avatar_preview.html.erb b/app/views/avatar/_avatar_preview.html.erb
new file mode 100644
index 000000000..f7a014c64
--- /dev/null
+++ b/app/views/avatar/_avatar_preview.html.erb
@@ -0,0 +1,66 @@
+
+
+
diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb
index bed1e3d77..8fb63bd10 100644
--- a/app/views/issues/show.html.erb
+++ b/app/views/issues/show.html.erb
@@ -4,7 +4,7 @@
<% html_title "#{@issue.tracker.name} #{@issue.source_from}'#'#{@issue.project_index}: #{@issue.subject}" %>
-
<%= @issue.project.name %> >
+ <%= link_to "#{@issue.project.name}"+">", project_issues_path(@issue.project) %>
<%= "#" + @issue.project_index %>
diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb
index 096dadf8b..64a9111e0 100644
--- a/app/views/layouts/base_projects.html.erb
+++ b/app/views/layouts/base_projects.html.erb
@@ -89,7 +89,7 @@
<%=l(:label_project_hosting_platform) %>
>
- <%= link_to @project.name, nil %>
+ <%= link_to @project.name, project_path(@project.id) %>
@@ -122,13 +122,12 @@
diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css
index 27a32b18a..3040728b2 100644
--- a/public/stylesheets/project.css
+++ b/public/stylesheets/project.css
@@ -87,7 +87,7 @@ a.pro_mes_w{ height:20px; float:left;display:block; color:#999999;}
.pro_page_top{ font-size:14px; border-bottom:2px solid #64bdd9; margin-bottom:10px; padding-bottom:5px;}
.pro_page_tit{color:#3e4040; font-weight:bold;width:480px; float:left; font-size:14px; margin-bottom:5px;}
.pro_pic_box{ margin-left:60px; }
-.pro_pic{ width:100px; height:73px;line-height:73px;border:2px solid #CCC; margin:10px 0;}
+.pro_pic{ width:100px; height:75px;line-height:73px;border:2px solid #CCC; margin:10px 0; text-align: center;}
.pro_info_box{ margin-left:60px; background:#f0fbff; height:80px; padding:10px 0;}
.pro_info_box ul{}
.pro_info_box ul li{ margin-bottom:10px;}
@@ -338,7 +338,6 @@ a:hover.st_add{ color:#ff8e15;}
.newpro_box input{ height:26px; float:left; margin-bottom:10px;}
.newpro_box textarea{ height:150px; float:left; margin-bottom:10px;}
.newpro_box select{ height:29px; float:left; margin-bottom:10px;}
-.label{ width:80px; text-align:right; font-size:14px; background-image: url(../images/true.png); }
.icon-reload { background-image: url(../images/reload.png); }
.icon {
background-position: 0% 50%;