From 97ae2356bfb47cf44e9c67291ebebd6cb6535b9b Mon Sep 17 00:00:00 2001 From: z9hang Date: Wed, 28 May 2014 20:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E7=94=A8=E8=A2=AB=E9=81=AE=E4=BD=8F?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E7=82=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/issues/show.html.erb | 6 ++++-- public/themes/redpenny-master/stylesheets/application.css | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 6a9c4b6c8..d261957c6 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -26,7 +26,7 @@ <% end %> - +
<%= render_issue_subject_with_tree(@issue) %>
@@ -35,7 +35,7 @@ <%= render :partial => "/praise_tread/praise_tread",:locals => {:obj => @issue,:show_flag => true,:user_id =>User.current.id}%> - +

<%= authoring @issue.created_on, @issue.author %>. <% if @issue.created_on != @issue.updated_on %> @@ -107,10 +107,12 @@ end %> <% if false # !@issue.leaf? || User.current.allowed_to?(:manage_subtasks, @project) %>


+
<%= link_to_new_subtask(@issue) if User.current.allowed_to?(:manage_subtasks, @project) %>
+

<%=l(:label_subtask_plural)%>

<%= render_descendants_tree(@issue) unless @issue.leaf? %>
diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 7de766ce5..20935830c 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -968,7 +968,7 @@ hr p { font-size: 13px; - position:relative;/*gcm*/ + /*position:relative;/*gcm*/ } /*end*/ div.issue