Sha256: 9c1117cdd44cd207fc8a2b9b94b1242c9e09231fea6fc15086874bba318cab41

Contents?: true

Size: 387 Bytes

Versions: 38

Compression:

Stored size: 387 Bytes

Contents

.col-md-9
  %h3 Recent Changes
  %table.table
    - @activities.each do |activity|
      %tr
        %td
          = activity.render(self, layout: :activity_wrapper) 

.col-md-3
  %h3 Starred Pages
  %ul.list-unstyled
    - Starred.where(user: current_user, starrable_type: 'Page').each do |starred|
      %li
        = link_to starred.starrable.title, wiki_page_path(starred.starrable)

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
tawork-0.0.50 app/views/home/index.html.haml
tawork-0.0.49 app/views/home/index.html.haml
tawork-0.0.48 app/views/home/index.html.haml
tawork-0.0.47 app/views/home/index.html.haml
tawork-0.0.46 app/views/home/index.html.haml
tawork-0.0.45 app/views/home/index.html.haml
tawork-0.0.44 app/views/home/index.html.haml
tawork-0.0.43 app/views/home/index.html.haml
tawork-0.0.42 app/views/home/index.html.haml
tawork-0.0.41 app/views/home/index.html.haml
tawork-0.0.40 app/views/home/index.html.haml
tawork-0.0.39 app/views/home/index.html.haml
tawork-0.0.38 app/views/home/index.html.haml
tawork-0.0.37 app/views/home/index.html.haml
tawork-0.0.36 app/views/home/index.html.haml
tawork-0.0.35 app/views/home/index.html.haml
tawork-0.0.34 app/views/home/index.html.haml
tawork-0.0.33 app/views/home/index.html.haml
tawork-0.0.31 app/views/home/index.html.haml
tawork-0.0.30 app/views/home/index.html.haml