OSDN Git Service

fix ace mode 404
authortsl0922 <tsl0922@gmail.com>
Fri, 3 May 2013 10:09:57 +0000 (18:09 +0800)
committertsl0922 <tsl0922@gmail.com>
Fri, 3 May 2013 10:09:57 +0000 (18:09 +0800)
app/views/edit_tree/show.html.haml

index e7bdeb3..5092054 100644 (file)
@@ -30,6 +30,7 @@
       = link_to "Cancel", project_tree_path(@project, @id), class: "btn btn-cancel", confirm: "Are you sure?"
 
 :javascript
+  ace.config.set("modePath", "#{Gitlab::Application.config.assets.prefix}/ace-src-noconflict")
   var ace_mode = "#{@blob.language.try(:ace_mode)}";
   var editor = ace.edit("editor");
   if (ace_mode) {