Mercurial > hg > soundsoftware-site
comparison app/views/issues/.svn/text-base/show.rhtml.svn-base @ 441:cbce1fd3b1b7 redmine-1.2
Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author | Chris Cannam |
---|---|
date | Mon, 06 Jun 2011 14:24:13 +0100 |
parents | 8661b858af72 |
children |
comparison
equal
deleted
inserted
replaced
245:051f544170fe | 441:cbce1fd3b1b7 |
---|---|
1 <%= render :partial => 'action_menu' %> | 1 <%= render :partial => 'action_menu' %> |
2 | 2 |
3 <h2><%= @issue.tracker.name %> #<%= @issue.id %></h2> | 3 <h2><%= issue_heading(@issue) %></h2> |
4 | 4 |
5 <div class="<%= @issue.css_classes %> details"> | 5 <div class="<%= @issue.css_classes %> details"> |
6 <%= avatar(@issue.author, :size => "50") %> | 6 <%= avatar(@issue.author, :size => "50") %> |
7 | 7 |
8 <div class="subject"> | 8 <div class="subject"> |
71 <p><strong><%=l(:label_subtask_plural)%></strong></p> | 71 <p><strong><%=l(:label_subtask_plural)%></strong></p> |
72 <%= render_descendants_tree(@issue) unless @issue.leaf? %> | 72 <%= render_descendants_tree(@issue) unless @issue.leaf? %> |
73 </div> | 73 </div> |
74 <% end %> | 74 <% end %> |
75 | 75 |
76 <% if authorize_for('issue_relations', 'new') || @issue.relations.present? %> | 76 <% if @relations.present? || User.current.allowed_to?(:manage_issue_relations, @project) %> |
77 <hr /> | 77 <hr /> |
78 <div id="relations"> | 78 <div id="relations"> |
79 <%= render :partial => 'relations' %> | 79 <%= render :partial => 'relations' %> |
80 </div> | 80 </div> |
81 <% end %> | 81 <% end %> |
96 </div> | 96 </div> |
97 <% end %> | 97 <% end %> |
98 | 98 |
99 | 99 |
100 <div style="clear: both;"></div> | 100 <div style="clear: both;"></div> |
101 <%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %> | 101 <%= render :partial => 'action_menu' %> |
102 | 102 |
103 <div style="clear: both;"></div> | 103 <div style="clear: both;"></div> |
104 <% if authorize_for('issues', 'edit') %> | 104 <% if authorize_for('issues', 'edit') %> |
105 <div id="update" style="display:none;"> | 105 <div id="update" style="display:none;"> |
106 <h3><%= l(:button_update) %></h3> | 106 <h3><%= l(:button_update) %></h3> |