Commit
1cc7142d50786ebbe3afe6cf8f2173362db0783d
Exists in
master
and in
38 other branches
activities_block, angular2, btn-new-post, cleaning-the-house, cosmetic_changes_people_and_communities_block, coverage, edit-blocks, edit-header-footer, env-tags-block, forgot_password, header_and_footer, helpers-evolution, layout_support, list_articles_on_blog, loading-indicator-component, login_modal, login_modal_improve, person_info_block, production, profile-article-resolvers, profile-blocks-sass, profile-view, profile_description_block_component, profile_page_improvements, profile_search, recent-activities, remove-article-confirmation, responsive-fixes, seo, signup_page, skin-small-change, staging, tags-block, theme-skin-yellow, translations, typescript, updated_signup_page, users_profile_page
Check angular theme conditions
| @@ -0,0 +1 @@ |
| @@ -0,0 +1 @@ |
| |
1
| +../../../../app/views/layouts/application-ng.html.erb |
0
| \ No newline at end of file |
2
| \ No newline at end of file |
| @@ -0,0 +1 @@ |
| @@ -0,0 +1 @@ |
| |
1
| +dist/index.html |
0
| \ No newline at end of file |
2
| \ No newline at end of file |
| @@ -1 +0,0 @@ |
| @@ -1 +0,0 @@ |
1
| -../dist/index.html |
| |
2
| \ No newline at end of file |
0
| \ No newline at end of file |
| @@ -0,0 +1,5 @@ |
| @@ -0,0 +1,5 @@ |
| |
1
| +<% if params[:angular_theme_old] || request.fullpath.start_with?('/myprofile') %> |
| |
2
| + <%= from_theme_include("angular", "application-ng") %> |
| |
3
| +<% else %> |
| |
4
| + <%= from_theme_include("angular", "index") %> |
| |
5
| +<% end %> |