From 82268b1d4fdb333fdea50ee40769c42570234844 Mon Sep 17 00:00:00 2001 From: Manson Wang Date: Fri, 7 Feb 2014 16:12:19 +0800 Subject: [PATCH] Moved Survey module to module store and deleted downloaded modules --- app/views/admin/module_store/index.html.erb | 1 + built_in_extensions.rb | 1 - downloaded_extensions.rb | 6 ------ 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/views/admin/module_store/index.html.erb b/app/views/admin/module_store/index.html.erb index d752a07..2272c26 100644 --- a/app/views/admin/module_store/index.html.erb +++ b/app/views/admin/module_store/index.html.erb @@ -136,6 +136,7 @@ .icons-faq:before{ content: "\e086"; } .icons-ask:before { content: "\e062"; } + .icons-survey:before { content: "\e070"; } diff --git a/built_in_extensions.rb b/built_in_extensions.rb index 474b38e..a235a14 100644 --- a/built_in_extensions.rb +++ b/built_in_extensions.rb @@ -14,5 +14,4 @@ gem 'personal_lab', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-per gem 'personal_patent', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-personalpatent.git' gem 'personal_project', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-personalproject.git' gem 'personal_research', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-personalresearch.git' -gem 'survey', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-survey.git' gem 'web_resource', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-webresource.git' diff --git a/downloaded_extensions.rb b/downloaded_extensions.rb index 43e1541..e69de29 100644 --- a/downloaded_extensions.rb +++ b/downloaded_extensions.rb @@ -1,6 +0,0 @@ -gem 'archive', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-archive.git' -gem 'calendar', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-calendar.git' -gem 'location', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-location.git' -gem 'video', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-video.git' -gem 'faq', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-faq.git' -gem 'ask', '0.0.1', :git => 'git@gitlab.tp.rulingcom.com:root/orbit-ask.git'