Sha256: 57e4dcd3d9796d484f0cd58e979bc2443ef0c650264d334639e7194cf7bf2be5

Contents?: true

Size: 1021 Bytes

Versions: 20

Compression:

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

  %li
    %a.cancel{href: "#", data: {toggle: "tooltip", placement: "top"}, title: "Cancel Edit", style: "display: none; color: red;"} 
      %i.fa.fa-minus-circle

Version data entries

20 entries across 20 versions & 1 rubygems

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