summaryrefslogtreecommitdiffstats
path: root/app/views/versions/index.html.erb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-04-02 02:24:35 +0000
committerGo MAEDA <maeda@farend.jp>2018-04-02 02:24:35 +0000
commitfec2832fe316ebc9a02a6f1a86c6c909b0931adf (patch)
treed8f3ddd86c706761a3c6415ae0b609d6991ebc9f /app/views/versions/index.html.erb
parent1046189079f0eee29d83d1b336ce57cabc51f5bc (diff)
downloadredmine-fec2832fe316ebc9a02a6f1a86c6c909b0931adf.tar.gz
redmine-fec2832fe316ebc9a02a6f1a86c6c909b0931adf.zip
Reverted r17252 and r17253 (#26655).
The change breaks the test suite. git-svn-id: http://svn.redmine.org/redmine/trunk@17254 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions/index.html.erb')
-rw-r--r--app/views/versions/index.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb
index eeb9f3f06..2914a6dbc 100644
--- a/app/views/versions/index.html.erb
+++ b/app/views/versions/index.html.erb
@@ -30,7 +30,6 @@
<tr class="hascontextmenu">
<td class="checkbox"><%= check_box_tag 'ids[]', issue.id, false, :id => nil %></td>
<td class="subject"><%= link_to_issue(issue, :project => (@project != issue.project)) %></td>
- <td class="buttons"><%= link_to_context_menu %></td>
</tr>
<% end -%>
</table>