Sha256: b7f2bc9eb8a1e4eb18266abdf19885e9dd361ae6727706a96eb33c6bf09783b4

Contents?: true

Size: 855 Bytes

Versions: 6

Compression:

Stored size: 855 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.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
    %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

6 entries across 6 versions & 1 rubygems

Version Path
tawork-0.0.17 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.16 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.15 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.14 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.13 app/views/wiki/pages/_page_header.html.haml
tawork-0.0.12 app/views/wiki/pages/_page_header.html.haml