Sha256: d6da249052172c1e841844931948474fe9224eb892494a15c9e9108841ccb92b

Contents?: true

Size: 1008 Bytes

Versions: 12

Compression:

Stored size: 1008 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.cancel{href: "#", data: {toggle: "tooltip", placement: "top"}, title: "Cancel Edit", style: "display: none;"} 
      %i.fa.fa-minus-circle


  %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
    %a.star{href: "#", data: {type: "POST", url: star_wiki_page_path(@page), toggle: "tooltip", placement: "top"}, title: "Star"}
      - if current_user.starred?(@page)
        %i.fa.fa-star
      - else
        %i.fa.fa-star-o
  %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

12 entries across 12 versions & 1 rubygems

Version Path
tawork-0.0.29 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.28 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.27 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.26 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.25 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.24 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.23 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.22 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.21 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.20 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.19 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.18 app/views/wiki/pages/_page_header.html.haml