Commit b7d61ed6 authored by Valery Sizov's avatar Valery Sizov

fix syntax error

parent 3c3b933c
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
%a#http-selector{href: @project.http_url_to_repo} %a#http-selector{href: @project.http_url_to_repo}
HTTPS HTTPS
- if alternative_kerberos_url? - if alternative_kerberos_url?
%li %li
%a#kerberos-btn{href: @project.kerberos_url_to_repo} %a#kerberos-btn{href: @project.kerberos_url_to_repo}
KRB5 KRB5
= text_field_tag :project_clone, default_url_to_repo(project), class: "js-select-on-focus form-control", readonly: true = text_field_tag :project_clone, default_url_to_repo(project), class: "js-select-on-focus form-control", readonly: true
.input-group-btn .input-group-btn
......
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