引用被遮住不能点问题
This commit is contained in:
parent
2e36949604
commit
97ae2356bf
|
@ -26,7 +26,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<!-- <%= avatar(@issue.author, :size => "50") %> -->
|
<!-- <%= avatar(@issue.author, :size => "50") %> -->
|
||||||
|
|
||||||
<div class="subject">
|
<div class="subject">
|
||||||
<%= render_issue_subject_with_tree(@issue) %>
|
<%= render_issue_subject_with_tree(@issue) %>
|
||||||
</div>
|
</div>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
<span id="praise_tread" style="float: right">
|
<span id="praise_tread" style="float: right">
|
||||||
<%= render :partial => "/praise_tread/praise_tread",:locals => {:obj => @issue,:show_flag => true,:user_id =>User.current.id}%>
|
<%= render :partial => "/praise_tread/praise_tread",:locals => {:obj => @issue,:show_flag => true,:user_id =>User.current.id}%>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<p class="author">
|
<p class="author">
|
||||||
<%= authoring @issue.created_on, @issue.author %>.
|
<%= authoring @issue.created_on, @issue.author %>.
|
||||||
<% if @issue.created_on != @issue.updated_on %>
|
<% if @issue.created_on != @issue.updated_on %>
|
||||||
|
@ -107,10 +107,12 @@ end %>
|
||||||
|
|
||||||
<% if false # !@issue.leaf? || User.current.allowed_to?(:manage_subtasks, @project) %>
|
<% if false # !@issue.leaf? || User.current.allowed_to?(:manage_subtasks, @project) %>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div id="issue_tree">
|
<div id="issue_tree">
|
||||||
<div class="contextual">
|
<div class="contextual">
|
||||||
<%= link_to_new_subtask(@issue) if User.current.allowed_to?(:manage_subtasks, @project) %>
|
<%= link_to_new_subtask(@issue) if User.current.allowed_to?(:manage_subtasks, @project) %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p><strong><%=l(:label_subtask_plural)%></strong></p>
|
<p><strong><%=l(:label_subtask_plural)%></strong></p>
|
||||||
<%= render_descendants_tree(@issue) unless @issue.leaf? %>
|
<%= render_descendants_tree(@issue) unless @issue.leaf? %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -968,7 +968,7 @@ hr
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
position:relative;/*gcm*/
|
/*position:relative;/*gcm*/
|
||||||
}
|
}
|
||||||
/*end*/
|
/*end*/
|
||||||
div.issue
|
div.issue
|
||||||
|
|
Loading…
Reference in New Issue