Sha256: ff5c6b3361aaf4c910f89252710f5af4420fa1df41d36f5222db31fc72d7cc5e

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

- @activities = resource.activities
- if @activities.empty?
  = boot_alert(t('activities.alerts.empty'))
  .activities.collection

- else
  = render 'activities/list', :collection => @project.activities unless @activities.empty?

.contextual
  = icon_link_to :new, new_project_activity_path(resource)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bookyt_projects-0.20.0 app/views/projects/_show_activities.html.haml
bookyt_projects-0.19.23 app/views/projects/_show_activities.html.haml
bookyt_projects-0.19.22 app/views/projects/_show_activities.html.haml
bookyt_projects-0.19.21 app/views/projects/_show_activities.html.haml