@@ -1,5 +1,5 | |||||
1 | <div class="contextual"> |
|
1 | <div class="contextual"> | |
2 |
<%= link_to l(:button_ |
|
2 | <%= link_to l(:button_edit), edit_issue_path(@issue), :onclick => 'showAndScrollTo("update", "issue_notes"); return false;', :class => 'icon icon-edit', :accesskey => accesskey(:edit) if @issue.editable? %> | |
3 | <%= link_to l(:button_log_time), new_issue_time_entry_path(@issue), :class => 'icon icon-time-add' if User.current.allowed_to?(:log_time, @project) %> |
|
3 | <%= link_to l(:button_log_time), new_issue_time_entry_path(@issue), :class => 'icon icon-time-add' if User.current.allowed_to?(:log_time, @project) %> | |
4 | <%= watcher_link(@issue, User.current) %> |
|
4 | <%= watcher_link(@issue, User.current) %> | |
5 | <%= link_to l(:button_copy), project_copy_issue_path(@project, @issue), :class => 'icon icon-copy' if User.current.allowed_to?(:add_issues, @project) %> |
|
5 | <%= link_to l(:button_copy), project_copy_issue_path(@project, @issue), :class => 'icon icon-copy' if User.current.allowed_to?(:add_issues, @project) %> |
@@ -128,7 +128,7 end %> | |||||
128 | <div style="clear: both;"></div> |
|
128 | <div style="clear: both;"></div> | |
129 | <% if @issue.editable? %> |
|
129 | <% if @issue.editable? %> | |
130 | <div id="update" style="display:none;"> |
|
130 | <div id="update" style="display:none;"> | |
131 |
<h3><%= l(:button_ |
|
131 | <h3><%= l(:button_edit) %></h3> | |
132 | <%= render :partial => 'edit' %> |
|
132 | <%= render :partial => 'edit' %> | |
133 | </div> |
|
133 | </div> | |
134 | <% end %> |
|
134 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now