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