| Conditions | 1 |
| Total Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | # Methods added to this helper will be available to all templates in the application. |
||
| 29 | |||
| 30 | def add_sessions_button |
||
| 31 | link_to image_tag('button-add-session.png', :title => 'Add session', :size => "215x43", :border=>"0"), new_session_path, class: 'add-sessions-button', title: "Add Session" |
||
| 32 | end |
||
| 38 |