diff options
author | jessib <jessib@leap.se> | 2012-12-11 16:18:37 -0800 |
---|---|---|
committer | jessib <jessib@leap.se> | 2012-12-11 16:18:37 -0800 |
commit | 524bb47fa5782ca1e0aaf16a4a0836defadfbe48 (patch) | |
tree | fca69fdd24858e2b565d19ef1c55d7af25bd25c1 /app | |
parent | 4259cad450fee703dc34ebe5322de994d06a5448 (diff) |
Start to using x-editable to have title editable.
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/application.js | 1 | ||||
-rw-r--r-- | app/views/home/index.html.haml | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 57e6d62..3fd641c 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -20,6 +20,7 @@ //= require bootstrap-editable-rails //= require bootstrap-editable-inline //= require jquery.pjax +//= require tickets $(function() { $('a:not([data-remote]):not([data-behavior]):not([data-skip-pjax])').pjax('[data-pjax-container]'); diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index dd7e5aa..c02dcad 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -1,6 +1,3 @@ -%h1 spacer for firefox -%h1 spacer for firefox - Try to fetch a = link_to "cert", cert_path |