This commit is contained in:
ouyangxuhua 2015-12-30 17:27:22 +08:00
commit c2c4c032dc
2 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,7 @@ else{
indentUnit: 2,
matchBrackets: true,
readOnly: true,
value: document.getElementById("work-src").innerText
value: $("#work-src").text()
}
);

View File

@ -62,6 +62,9 @@ RedmineApp::Application.routes.draw do
end
end
get '/', to: 'organizations#show', defaults: { id: 5 }, constraints: {subdomain: 'micros'}
get '/', to: 'organizations#show', defaults: { id: 23 }, constraints: {subdomain: 'nubot'}
resources :org_member do
member do