Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ComPlat
ela2
Commits
cd19d00d
Commit
cd19d00d
authored
Dec 11, 2019
by
pei-chi.huang
Browse files
fix logout and color
parent
60872511
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/application.css
View file @
cd19d00d
...
...
@@ -16,7 +16,7 @@
*/
.sample-submitted
{
background-color
:
#
e2f7e7
;
background-color
:
#
feffea
;
}
.sample-in_preparation
{
...
...
@@ -24,5 +24,5 @@
}
.sample-measured
{
background-color
:
#
feffea
;
background-color
:
#
e2f7e7
;
}
config/routes.rb
View file @
cd19d00d
...
...
@@ -20,7 +20,7 @@ Rails.application.routes.draw do
post
'/signup'
,
to:
'users#create'
get
'/login'
,
to:
'sessions#new'
post
'/login'
,
to:
'sessions#create'
del
et
e
'/logout'
,
to:
'sessions#destroy'
g
et
'/logout'
,
to:
'sessions#destroy'
resources
:users
resources
:operators
,
controller:
'users'
,
type:
'Operator'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment