css fixes for .entry class

This commit is contained in:
Dmitriy Zaporozhets 2012-02-05 13:51:51 +02:00
parent c90f1d5c8b
commit 2efc1068f0
6 changed files with 19 additions and 403 deletions

View file

@ -1,5 +1,5 @@
- @issues.each do |issue|
.alert-message.entry
.entry
= link_to [issue.project, issue] do
%p
%strong

View file

@ -1,5 +1,5 @@
- @merge_requests.each do |merge_request|
.alert-message.entry
.entry
= link_to [merge_request.project, merge_request] do
%p
%strong

View file

@ -1,6 +1,6 @@
= render "project_head"
- @activities.each do |update|
.alert-message.entry
.entry
= link_to dashboard_feed_path(@project, update) do
- if update.kind_of? Note
%p

View file

@ -1,5 +1,5 @@
- commit = update
.alert-message.entry
.entry
= link_to project_commits_path(@project, :ref => commit.head.name) do
%p
%strong