Module: Pyk::AppHelpers
- Defined in:
- lib/pyk/app_helpers.rb
Instance Method Summary collapse
Instance Method Details
#d ⇒ Object
7 8 9 |
# File 'lib/pyk/app_helpers.rb', line 7 def d "<span style='font-size:13px'><i class='icon-trash'></i></span>".html_safe end |
#r ⇒ Object
11 12 13 |
# File 'lib/pyk/app_helpers.rb', line 11 def r "<i class='icon-repeat'></i>".html_safe end |
#title(page_title) ⇒ Object
3 4 5 |
# File 'lib/pyk/app_helpers.rb', line 3 def title(page_title) content_for(:title) { page_title } end |