web hooks scaffold started
This commit is contained in:
parent
8d7aaf0e55
commit
2dae0e18e0
10 changed files with 85 additions and 4 deletions
10
app/views/hooks/index.html.haml
Normal file
10
app/views/hooks/index.html.haml
Normal file
|
@ -0,0 +1,10 @@
|
|||
= 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
|
Loading…
Add table
Add a link
Reference in a new issue