Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob_nth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ngô Trung Hưng
venjob_nth
Commits
378ba881
Commit
378ba881
authored
Aug 14, 2020
by
Ngô Trung Hưng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix something
parent
e31804c7
Pipeline
#906
failed with stages
in 0 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
9 deletions
+21
-9
app/assets/stylesheets/custom.scss
+9
-6
app/views/users/confirm.html.erb
+0
-3
config/locales/en.yml
+6
-0
config/locales/vn.yml
+6
-0
No files found.
app/assets/stylesheets/custom.scss
View file @
378ba881
...
@@ -617,8 +617,10 @@ $main-color: #23303D;
...
@@ -617,8 +617,10 @@ $main-color: #23303D;
transform
:
scale
(
1
.2
);
transform
:
scale
(
1
.2
);
font-weight
:
500
;
font-weight
:
500
;
}
}
.content_menu_mobile
{
height
:
180vh
;
width
:
100%
;
}
}
}
@media
only
screen
and
(
max-width
:
660px
)
{
@media
only
screen
and
(
max-width
:
660px
)
{
.slogan_text
{
.slogan_text
{
...
@@ -1422,20 +1424,21 @@ $main-color: #23303D;
...
@@ -1422,20 +1424,21 @@ $main-color: #23303D;
ul
{
ul
{
list-style
:
none
;
list-style
:
none
;
display
:
flex
;
display
:
flex
;
padding-left
:
0px
;
}
}
li
{
li
{
margin
:
5px
15
px
;
margin
:
5px
20px
5px
0
px
;
&
:nth-child
(
2
)
{
&
:nth-child
(
1
)
{
a
{
a
{
color
:
red
;
color
:
red
;
}
}
}
}
&
:nth-child
(
3
)
{
&
:nth-child
(
2
)
{
a
{
a
{
color
:
rgb
(
101
,
73
,
226
);
color
:
rgb
(
101
,
73
,
226
);
}
}
}
}
&
:nth-child
(
4
)
{
&
:nth-child
(
3
)
{
a
{
a
{
color
:
rgb
(
25
,
110
,
238
);
color
:
rgb
(
25
,
110
,
238
);
}
}
...
...
app/views/users/confirm.html.erb
View file @
378ba881
...
@@ -9,9 +9,6 @@
...
@@ -9,9 +9,6 @@
<div
class=
"list_email_app"
>
<div
class=
"list_email_app"
>
<ul>
<ul>
<li>
<li>
<span>
<%=
t
(
'pages.mypage.you_are_using'
)
%>
</span>
</li>
<li>
<a
href=
"https://mail.google.com/"
target=
"_blank"
><i
class=
"fas fa-inbox"
></i>
Gmail
</a>
<a
href=
"https://mail.google.com/"
target=
"_blank"
><i
class=
"fas fa-inbox"
></i>
Gmail
</a>
</li>
</li>
<li>
<li>
...
...
config/locales/en.yml
View file @
378ba881
en
:
en
:
errors
:
messages
:
max_size_error
:
'
File
size
should
be
less
than
5
MB'
carrierwave_download_error
:
"
Couldn't
download
CV."
extension_whitelist_error
:
"
You
are
not
allowed
to
upload
%{extension}
files,
allowed
types:
%{allowed_types}"
extension_blacklist_error
:
"
You
are
not
allowed
to
upload
%{extension}
files,
prohibited
types:
%{prohibited_types}"
title
:
title
:
home
:
'
Home'
home
:
'
Home'
pages
:
pages
:
...
...
config/locales/vn.yml
View file @
378ba881
vi
:
vi
:
errors
:
messages
:
max_size_error
:
'
Kích
thước
tệp
phải
nhỏ
hơn
5
MB'
carrierwave_download_error
:
"
Couldn't
download
image."
extension_whitelist_error
:
"
Bạn
không
được
phép
tải
lên
tệp
%{extension},
loại
tệp
được
phép:
%{allowed_types}"
extension_blacklist_error
:
"
Bạn
không
được
phép
tải
lên
tệp
%{extension},
loại
tệp
bị
cấm:
%{prohibited_types}"
title
:
title
:
home
:
'
Trang
chủ'
home
:
'
Trang
chủ'
pages
:
pages
:
...
...
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