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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Tô Ngọc Ánh
VeNJob
Commits
41d94cb7
Commit
41d94cb7
authored
Aug 25, 2020
by
Tô Ngọc Ánh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add message notice if result is blank
parent
35464aa1
Pipeline
#1013
canceled with stages
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/applied_jobs/index.html.erb
+1
-1
app/views/histories/index.html.erb
+1
-1
No files found.
app/views/applied_jobs/index.html.erb
View file @
41d94cb7
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<%=
render
partial:
'applied_jobs/applied_job'
,
collection:
@applied_jobs
,
as: :job
%>
<%=
render
partial:
'applied_jobs/applied_job'
,
collection:
@applied_jobs
,
as: :job
%>
<%=
paginate
@applied_jobs
%>
<%=
paginate
@applied_jobs
%>
<%
else
%>
<%
else
%>
<h4
class=
"text-center"
>
Sorry! We can't found
what you want
!
</h4>
<h4
class=
"text-center"
>
Sorry! We can't found
your applied job
!
</h4>
<%
end
%>
<%
end
%>
</div>
</div>
</div>
</div>
app/views/histories/index.html.erb
View file @
41d94cb7
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
</div>
</div>
<%
end
%>
<%
end
%>
<%
else
%>
<%
else
%>
<h4
class=
"text-center"
>
Sorry!
You don't have any applied
job!
</h4>
<h4
class=
"text-center"
>
Sorry!
We can't found your history
job!
</h4>
<%
end
%>
<%
end
%>
</div>
</div>
</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