Sha256: fbfd4a6c623a5d915c1d7452761138bf95af39a2d1c013da11cb2bc906f97966

Contents?: true

Size: 619 Bytes

Versions: 11

Compression:

Stored size: 619 Bytes

Contents

%ul.nav.affix{data: {spy: "affix"}}
  %li
    %a.edit{href: "#", data: {toggle: "tooltip", placement: "top"}, title: "Edit"} 
      %i.fa.fa-edit
  %li
    %a.save{href: "#", data: {type: "PUT", url: wiki_page_path(@page), toggle: "tooltip", placement: "top"}, title: "Save", style: "display: none;"} 
      %i.fa.fa-save
  %li
    = link_to history_wiki_page_path(@page), data: {toggle: "tooltip", placement: "top"}, title: "History" do
      %i.fa.fa-backward
  %li
    = link_to new_wiki_page_path(parent_id: @page.id), data: {toggle: "tooltip", placement: "top"}, title: "New Subpage" do
      %i.fa.fa-file-text-o

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tawork-0.0.11 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.10 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.9 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.8 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.7 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.6 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.5 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.4 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.3 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.2 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.1 app/views/wiki/pages/_page_header.html.haml