diff --git a/app/views/layouts/_logined_header.html.erb b/app/views/layouts/_logined_header.html.erb index 60b5c008..0ce03673 100644 --- a/app/views/layouts/_logined_header.html.erb +++ b/app/views/layouts/_logined_header.html.erb @@ -1,4 +1,4 @@ -<%= link_to image_tag("/images/educoder/headNavLogo.png", alt:"高校智能化教学与实训平台", class:"logoimg ml20 fl"), home_path %> +<%= link_to image_tag("/images/educoder/headNavLogo.png", alt:"高校智能化教学与实训平台", class:"logoimg fl"), home_path %>
diff --git a/app/views/layouts/_unlogin_header.html.erb b/app/views/layouts/_unlogin_header.html.erb index 064adb96..9121732b 100644 --- a/app/views/layouts/_unlogin_header.html.erb +++ b/app/views/layouts/_unlogin_header.html.erb @@ -1,5 +1,5 @@ -<%= link_to image_tag("/images/educoder/headNavLogo.png", alt:"高校智能化教学与实训平台", class:"logoimg ml20 fl"), home_path %> +<%= link_to image_tag("/images/educoder/headNavLogo.png", alt:"高校智能化教学与实训平台", class:"logoimg fl"), home_path %>
@@ -69,12 +69,12 @@
    -
  • <%= link_to "新建实训", signin_path, :remote => true %>
  • -
  • <%= link_to "新建实践课程", signin_path, :remote => true %>
  • -
  • <%= link_to "新建项目", signin_path, :remote => true %>
  • +
  • <%= link_to "新建实训", signin_path %>
  • +
  • <%= link_to "新建实践课程", signin_path %>
  • +
  • <%= link_to "新建项目", signin_path %>
    -
  • <%= link_to "加入课堂", signin_path, :remote => true %>
  • +
  • <%= link_to "加入课堂", signin_path %>