Sha256: e6dc9fc8e58558e33d2bff50f7af8ef918154a7e239b8df1df65f06a3df327a5

Contents?: true

Size: 602 Bytes

Versions: 49

Compression:

Stored size: 602 Bytes

Contents

#attachments
  %h3 Attachments
  %table.attachments.table.table-condensed
    %tr
      %th Filename
      %th Size
      %th Versions
      %th
    = render partial: 'attachment', collection: @page.attachments, as: :attachment

  #filelist
  %a#pickfiles.btn.btn-primary{href: "#", style: "dislay: block; clear: both;"} Upload
  #uploadfiles
  #console

%script{type: "text/template", id: "upload_template"}
  .panel.panel-default
    .panel-body
      %span.filename
      %span.message.pull-right Uploading ...
      .progress.progress-striped.active
        .progress-bar.bar{style: "width: 36%;"}

Version data entries

49 entries across 49 versions & 1 rubygems

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