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