parent
673939fd72
commit
f5a1dcb1da
2 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ module ApplicationHelper
|
|||
controller_name == "articles" ||
|
||||
controller_name == "podcast_episodes" ||
|
||||
controller_name == "events" ||
|
||||
controller_name == "tags" ||
|
||||
controller_name == "registrations" ||
|
||||
controller_name == "users" ||
|
||||
controller_name == "pages" ||
|
||||
controller_name == "dashboards"||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,10 @@
|
|||
</style>
|
||||
<% elsif view_class.include? "registrations"%>
|
||||
<style>
|
||||
<%= Rails.application.assets['signin.css'].to_s.html_safe %>
|
||||
<%= Rails.application.assets['top-bar.css'].to_s.html_safe %>
|
||||
<%= Rails.application.assets['scaffolds.css'].to_s.html_safe %>
|
||||
<%= Rails.application.assets['article_form.css'].to_s.html_safe %>
|
||||
<%= Rails.application.assets['footer.css'].to_s.html_safe %>
|
||||
</style>
|
||||
<% elsif view_class.include? "users-index"%>
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue