Lists restyled, blue link colors added

This commit is contained in:
Dmitriy Zaporozhets 2012-02-11 23:22:33 +02:00
parent bc3735004c
commit cc1ba255d6
22 changed files with 125 additions and 82 deletions

View file

@ -1,15 +1,15 @@
= render "repositories/head"
- if can? current_user, :admin_project, @project
.alert-message.block-message.info
.alert-message.block-message
Post receive hooks for binding events when someone push to repository.
= link_to new_project_hook_path(@project), :class => "btn small", :title => "New Web Hook" do
Add Post Receive Hook
%ul.unstyled
- @hooks.each do |hook|
%li
%a.update-item{:href => project_hook_path(@project, hook)}
%li.wll
= link_to project_hook_path(@project, hook) do
= hook.url
.alert-message.block-message.info