Skip to content
Snippets Groups Projects
Commit b643fa16 authored by Stan Hu's avatar Stan Hu
Browse files

Remove link leading to a 404 error in Deploy Keys page

Closes #1866
parent 2ca7ffd0
No related branches found
No related tags found
1 merge request!923Remove link leading to a 404 error in Deploy Keys page
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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment