diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb index 8f6628b62..d46ddbf06 100644 --- a/app/views/layouts/base_courses.html.erb +++ b/app/views/layouts/base_courses.html.erb @@ -250,6 +250,7 @@ <%= render :partial => 'courses/recommendation', :locals => {:course => @course} %> +
访问计数 100
diff --git a/app/views/layouts/base_org.html.erb b/app/views/layouts/base_org.html.erb index f810dd1d6..4166070c4 100644 --- a/app/views/layouts/base_org.html.erb +++ b/app/views/layouts/base_org.html.erb @@ -132,6 +132,7 @@
<%= render :partial => "organizations/org_left_subfield_list", :locals => {:organization => @organization} %>
+
访问计数 100
<%= render_flash_messages %> diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index c30d1b4ed..00525d326 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -158,9 +158,12 @@
+ +
访问计数 100
+
<%= render_flash_messages %> <%= yield %> diff --git a/app/views/layouts/new_base_user.html.erb b/app/views/layouts/new_base_user.html.erb index 731162920..fc42a6ba9 100644 --- a/app/views/layouts/new_base_user.html.erb +++ b/app/views/layouts/new_base_user.html.erb @@ -226,6 +226,7 @@
+
访问计数 100
<%= yield %> diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css index 620feaeac..693e417c1 100644 --- a/public/stylesheets/new_user.css +++ b/public/stylesheets/new_user.css @@ -192,6 +192,7 @@ a.c_green{ color:#28be6c;} .fontGrey {color:#cecece;} .fontGrey2 {color:#888888;} .fontGrey3 {color:#484848;} +.fontGrey5 {color:#a1a1a1;} .fontBlue {color:#3498db;} a.underline {text-decoration:underline;} a.fontBlue {color:#297fb8;} diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css index 94db0d86a..b84fb040e 100644 --- a/public/stylesheets/public.css +++ b/public/stylesheets/public.css @@ -230,6 +230,7 @@ a.c_green{ color:#28be6c;} .fontGrey2 {color:#888888;} .fontGrey3 {color:#484848;} .fontGrey4{color:#999999;} +.fontGrey5 {color:#a1a1a1;} .fontBlue {color:#3498db;} .fontBlue2 {color:#269ac9 !important;} a.underline {text-decoration:underline;}