Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xuan Trung Le
venjob
Commits
e6a53548
Commit
e6a53548
authored
Nov 13, 2017
by
Xuan Trung Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bugs
parent
4f9b61b8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
Gemfile.lock
+0
-3
app/views/jobs/job_lists.html.erb
+2
-2
app/views/my_pages/my_job.html.erb
+1
-1
No files found.
Gemfile.lock
View file @
e6a53548
...
...
@@ -134,13 +134,10 @@ GEM
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
<<<<<<< 6f1b0d7e93b771fbe7ccbd8f782d6ede8ee2b585
rsolr (2.0.2)
builder (>= 2.1.2)
faraday
rubyzip (1.2.1)
=======
>>>>>>> fix bugs: register mail not show url to download cv
sass (3.5.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
...
...
app/views/jobs/job_lists.html.erb
View file @
e6a53548
...
...
@@ -5,8 +5,8 @@
</p>
<div
class=
"job-list"
>
<p>
<span>
<%=
"1. Total:
#{
@jobs
.
count
}
"
%>
</span>
<span>
<%=
"Result for:
#{
@result
}
"
%>
</span>
<span>
1. Total:
<%=
"
#{
@jobs
.
count
}
"
%>
</span>
<span>
Result for:
<%=
"
#{
@result
}
"
%>
</span>
</p>
<div
class=
"top-page"
>
<div
class=
"top-page-info"
>
...
...
app/views/my_pages/my_job.html.erb
View file @
e6a53548
...
...
@@ -10,7 +10,7 @@
<p>
<span><strong>
Location:
</strong>
<%=
"
#{
job
.
location
}
"
%>
</span>
<span><strong>
Salary:
</strong>
<%=
job
.
salary
%>
</span>
<span
class=
"navbar-right"
><strong>
Applied at:
</strong>
<%=
job
.
created_at
.
strftime
(
'%m/%d/%y'
)
%>
</span>
<span
class=
"navbar-right"
><strong>
Applied at:
</strong>
<%=
I18n
.
localize
(
job
.
created_at
,
format: :long
)
%>
</span>
</p>
</div>
</div>
...
...
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