From 8bc63bc0461d64ebc79dad1a071e291fb800da20 Mon Sep 17 00:00:00 2001 From: cxt Date: Tue, 2 May 2017 14:03:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E8=B5=84=E6=96=99=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + app/views/my/account.html.erb | 16 ++++++++-------- public/stylesheets/css/edu-common.css | 2 +- public/stylesheets/css/edu-user.css | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index bb4b68554..fcf83b00a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.swp /.project /.idea +/.idea/bigdate.iml /.bundle *.swp /config/database.yml diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index b55be65f8..18c958aa7 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -20,14 +20,14 @@ <%= labelled_form_for :user, @user, :url => {:action => "account"}, :html => {:id => 'my_account_form', :method => :post} do |f| %>