gitlabhq/app/views/hooks/index.html.haml

11 lines
306 B
Plaintext
Raw Normal View History

2012-01-03 23:42:14 +01:00
= render "repositories/head"
- unless @hooks.empty?
%div.update-data.ui-box.ui-box-small
.data
- @hooks.each do |hook|
%a.update-item{:href => project_hooks_path(@project, hook)}
%span.update-title{:style => "margin-bottom:0px;"}
= hook.url
- else
%h3 No hooks