Simple search implementation
This commit is contained in:
parent
b2c13bdd77
commit
5d2bd5ec3a
13 changed files with 127 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
- @active_projects.first(5).each do |project|
|
||||
- projects.first(5).each do |project|
|
||||
.wll
|
||||
= link_to project do
|
||||
%h4
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
.row
|
||||
.dashboard_block
|
||||
.row
|
||||
.span10= render "dashboard/projects_feed"
|
||||
.span10= render "dashboard/projects_feed", :projects => @active_projects
|
||||
.span4.right
|
||||
- if current_user.can_create_project?
|
||||
.alert-message.block-message.warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue