summaryrefslogtreecommitdiff
path: root/app/views/hooks/index.html.haml
blob: b0795ad4b2fd20c8fd5d6acc5b3db01be4081188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= render "repositories/head"
.right= link_to "Add new", new_project_hook_path(@project), :class => "grey-button append-bottom-10"
- unless @hooks.empty?
  %div.update-data.ui-box.ui-box-small
    .data
      - @hooks.each do |hook|
        %a.update-item{:href => project_hook_path(@project, hook)}
          %span.update-title{:style => "margin-bottom:0px;"}
            = hook.url
            %span.update-author.right
              Added
              = time_ago_in_words(hook.created_at)
              ago
- else 
  %h3 No hooks