Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Built for use with Twitter Bootstrap view template

Setup

In your gemfile

gem 'help_tips'

In your database

  create_table :tip_hides do |t|
    t.integer :user_id
    t.string :identifier

    t.timestamps
  end

Usage

In your View

<% help_tip 'Getting Started' do %>
  <p>Click a block's name to view its attached files and detailed information; or use the search box to filter the list of blocks.</p>
  <p>Try typing <code>H1</code> into the search box and clicking <code>risk H1</code> when it appears to find all H1 blocks.</p>
  <p>Click the <span class="btn"><i class="icon-question-sign"></i> Help</span> button for more information on how to search.</p>
<% end %>

About

An easy way to add help tips to your site

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages