diff options
Diffstat (limited to 'app/views/common/_action.html.haml')
-rw-r--r-- | app/views/common/_action.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/common/_action.html.haml b/app/views/common/_action.html.haml new file mode 100644 index 0000000..71ffd96 --- /dev/null +++ b/app/views/common/_action.html.haml @@ -0,0 +1,2 @@ +%li.action{class: action.class} + =link_to action.label, action.url, action.html_options |