Remove link leading to a 404 error in Deploy Keys page

Closes #1866
This commit is contained in:
Stan Hu 2015-07-01 22:51:28 -07:00
parent 2ca7ffd094
commit b643fa1603
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.13.0 (unreleased)
- Remove link leading to a 404 error in Deploy Keys page (Stan Hu)
- Fix order of issues imported form GitHub (Hiroyuki Sato)
- Bump rugments to 1.0.0beta8 to fix C prototype function highlighting (Jonathon Reinhart)
- Fix Merge Request webhook to properly fire "merge" action when accepted from the web UI

View File

@ -16,8 +16,7 @@
- @deploy_keys.each do |deploy_key|
%tr
%td
= link_to admin_deploy_key_path(deploy_key) do
%strong= deploy_key.title
%strong= deploy_key.title
%td
%code.key-fingerprint= deploy_key.fingerprint
%td