Sha256: f55ab53f960786cb991d3886c60b1486198c87c4a29a665544875aa91a43cb8c

Contents?: true

Size: 859 Bytes

Versions: 1

Compression:

Stored size: 859 Bytes

Contents

.customer_vault
  - content_for :sub_header do
    ol.breadcrumb
      li
        = link_to 'Home', '/'

      li
        = "People"

      li.active
        = "Activity"

  - content_for :context do
    .individual-context: .context
      = context_icon :user
      = link_to "New individual", customer_vault.new_individual_path, class: "btn btn-success"

    .corporation-context: .context
      = context_icon :users
      = link_to "New corporation", customer_vault.new_corporation_path, class: "btn btn-success"

  - content_for :main do
    = render "customer_vault/people/index_tabs"

    - if @comments.empty?
      h1 = "There isn't any recent activity."

    - else
      - @comments.map do |comment|
        = render "customer_vault/people/comment", comment: comment

      = paginate @comments, theme: "twitter-bootstrap-3"

  = render_contextual

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
customer_vault-1.2.8 app/views/customer_vault/people/activity.slim