From c80964cda2b33fac888e9a285faeb5232faaec27 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Thu, 16 Oct 2014 16:43:52 +0600 Subject: [PATCH] [#369] add angular templates --- .../{controllers => build_lists}/build_list_controller.js.erb | 0 ...st_notification.nghaml => build_list_notification.html.haml} | 0 ...fication.nghaml => git_delete_branch_notification.html.haml} | 0 ..._notification.nghaml => git_new_push_notification.html.haml} | 0 ..._notification.nghaml => issue_assign_notification.html.haml} | 0 ...ication.nghaml => new_comment_commit_notification.html.haml} | 0 ...t_notification.nghaml => new_comment_notification.html.haml} | 0 ...sue_notification.nghaml => new_issue_notification.html.haml} | 0 ...user_notification.nghaml => new_user_notification.html.haml} | 0 ...tification.nghaml => wiki_new_commit_notification.html.haml} | 0 app/assets/javascripts/new_application.js | 2 ++ 11 files changed, 2 insertions(+) rename app/assets/javascripts/angular-new/{controllers => build_lists}/build_list_controller.js.erb (100%) rename app/assets/javascripts/angular-new/templates/{build_list_notification.nghaml => build_list_notification.html.haml} (100%) rename app/assets/javascripts/angular-new/templates/{git_delete_branch_notification.nghaml => git_delete_branch_notification.html.haml} (100%) rename app/assets/javascripts/angular-new/templates/{git_new_push_notification.nghaml => git_new_push_notification.html.haml} (100%) rename app/assets/javascripts/angular-new/templates/{issue_assign_notification.nghaml => issue_assign_notification.html.haml} (100%) rename app/assets/javascripts/angular-new/templates/{new_comment_commit_notification.nghaml => new_comment_commit_notification.html.haml} (100%) rename app/assets/javascripts/angular-new/templates/{new_comment_notification.nghaml => new_comment_notification.html.haml} (100%) rename app/assets/javascripts/angular-new/templates/{new_issue_notification.nghaml => new_issue_notification.html.haml} (100%) rename app/assets/javascripts/angular-new/templates/{new_user_notification.nghaml => new_user_notification.html.haml} (100%) rename app/assets/javascripts/angular-new/templates/{wiki_new_commit_notification.nghaml => wiki_new_commit_notification.html.haml} (100%) diff --git a/app/assets/javascripts/angular-new/controllers/build_list_controller.js.erb b/app/assets/javascripts/angular-new/build_lists/build_list_controller.js.erb similarity index 100% rename from app/assets/javascripts/angular-new/controllers/build_list_controller.js.erb rename to app/assets/javascripts/angular-new/build_lists/build_list_controller.js.erb diff --git a/app/assets/javascripts/angular-new/templates/build_list_notification.nghaml b/app/assets/javascripts/angular-new/templates/build_list_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/build_list_notification.nghaml rename to app/assets/javascripts/angular-new/templates/build_list_notification.html.haml diff --git a/app/assets/javascripts/angular-new/templates/git_delete_branch_notification.nghaml b/app/assets/javascripts/angular-new/templates/git_delete_branch_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/git_delete_branch_notification.nghaml rename to app/assets/javascripts/angular-new/templates/git_delete_branch_notification.html.haml diff --git a/app/assets/javascripts/angular-new/templates/git_new_push_notification.nghaml b/app/assets/javascripts/angular-new/templates/git_new_push_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/git_new_push_notification.nghaml rename to app/assets/javascripts/angular-new/templates/git_new_push_notification.html.haml diff --git a/app/assets/javascripts/angular-new/templates/issue_assign_notification.nghaml b/app/assets/javascripts/angular-new/templates/issue_assign_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/issue_assign_notification.nghaml rename to app/assets/javascripts/angular-new/templates/issue_assign_notification.html.haml diff --git a/app/assets/javascripts/angular-new/templates/new_comment_commit_notification.nghaml b/app/assets/javascripts/angular-new/templates/new_comment_commit_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/new_comment_commit_notification.nghaml rename to app/assets/javascripts/angular-new/templates/new_comment_commit_notification.html.haml diff --git a/app/assets/javascripts/angular-new/templates/new_comment_notification.nghaml b/app/assets/javascripts/angular-new/templates/new_comment_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/new_comment_notification.nghaml rename to app/assets/javascripts/angular-new/templates/new_comment_notification.html.haml diff --git a/app/assets/javascripts/angular-new/templates/new_issue_notification.nghaml b/app/assets/javascripts/angular-new/templates/new_issue_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/new_issue_notification.nghaml rename to app/assets/javascripts/angular-new/templates/new_issue_notification.html.haml diff --git a/app/assets/javascripts/angular-new/templates/new_user_notification.nghaml b/app/assets/javascripts/angular-new/templates/new_user_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/new_user_notification.nghaml rename to app/assets/javascripts/angular-new/templates/new_user_notification.html.haml diff --git a/app/assets/javascripts/angular-new/templates/wiki_new_commit_notification.nghaml b/app/assets/javascripts/angular-new/templates/wiki_new_commit_notification.html.haml similarity index 100% rename from app/assets/javascripts/angular-new/templates/wiki_new_commit_notification.nghaml rename to app/assets/javascripts/angular-new/templates/wiki_new_commit_notification.html.haml diff --git a/app/assets/javascripts/new_application.js b/app/assets/javascripts/new_application.js index 656517dd8..c79d78d81 100644 --- a/app/assets/javascripts/new_application.js +++ b/app/assets/javascripts/new_application.js @@ -21,6 +21,8 @@ //= require angular-cookies //= require soundmanager2-nodebug-jsmin +//= require angular-rails-templates + //= require moment //= require angularjs/angular-moment