diff options
Diffstat (limited to 'app/views/issues/show.rhtml')
-rw-r--r-- | app/views/issues/show.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml index 3392aef83..e3999bd8e 100644 --- a/app/views/issues/show.rhtml +++ b/app/views/issues/show.rhtml @@ -89,7 +89,6 @@ end %> <% end %> <% if authorize_for('issues', 'edit') %> - <a name="update-anchor"></a> <div id="update" style="display:none;"> <h3><%= l(:button_update) %></h3> <%= render :partial => 'edit' %> |