Commit b643fa16 authored by Stan Hu's avatar Stan Hu

Remove link leading to a 404 error in Deploy Keys page

Closes #1866
parent 2ca7ffd0
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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment