Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
ven-job
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
0
Merge Requests
0
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
Trịnh Hoàng Phúc
ven-job
Commits
63c04c78
Commit
63c04c78
authored
Jun 03, 2020
by
Trịnh Hoàng Phúc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Asset Pipeline, Turbolinks
parent
e51f7816
Pipeline
#643
failed with stages
in 0 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
6 deletions
+20
-6
app/assets/config/manifest.js
+2
-0
app/assets/javascripts/application.js
+15
-0
app/assets/javascripts/jquery-1.12.4.js
+0
-0
app/assets/javascripts/jquery-migrate.min.js
+0
-0
app/assets/javascripts/style.js
+0
-0
app/views/layouts/application.html.slim
+3
-6
No files found.
app/assets/config/manifest.js
View file @
63c04c78
//= link_tree ../images
//= link_tree ../images
//= link_directory ../stylesheets .css
//= link_directory ../stylesheets .css
//= link_directory ../javascripts .js
\ No newline at end of file
app/assets/javascripts/application.js
0 → 100644
View file @
63c04c78
//l This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file. JavaScript code in this file should be added after the last require_* statement.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require_tree .
\ No newline at end of file
app/assets/
stylesheets/js/jquery
.js
→
app/assets/
javascripts/jquery-1.12.4
.js
View file @
63c04c78
File moved
app/assets/
stylesheets/j
s/jquery-migrate.min.js
→
app/assets/
javascript
s/jquery-migrate.min.js
View file @
63c04c78
File moved
app/assets/
stylesheets/js/custom
.js
→
app/assets/
javascripts/style
.js
View file @
63c04c78
File moved
app/views/layouts/application.html.slim
View file @
63c04c78
...
@@ -7,9 +7,7 @@ html
...
@@ -7,9 +7,7 @@ html
link
[
rel
=
"shortcut icon"
type
=
"image/x-icon"
href
=
"/assets/images/favicon.ico"
]
link
[
rel
=
"shortcut icon"
type
=
"image/x-icon"
href
=
"/assets/images/favicon.ico"
]
link
[
rel
=
"stylesheet"
href
=
"//fonts.googleapis.com/css?family=Varela+Round%3Aregular%7CMontserrat%3Aregular%2C700&subset=latin,hebrew"
type
=
"text/css"
media
=
"all"
]
link
[
rel
=
"stylesheet"
href
=
"//fonts.googleapis.com/css?family=Varela+Round%3Aregular%7CMontserrat%3Aregular%2C700&subset=latin,hebrew"
type
=
"text/css"
media
=
"all"
]
=
stylesheet_link_tag
'application'
,
media:
'all'
,
'data-turbolinks-track'
:
'reload'
=
stylesheet_link_tag
'application'
,
media:
'all'
,
'data-turbolinks-track'
:
'reload'
=
javascript_include_tag
"/assets/js/jquery.js"
=
javascript_include_tag
'application'
,
media:
'all'
=
javascript_include_tag
"/assets/js/jquery-migrate.min.js"
=
javascript_include_tag
"https://maps.googleapis.com/maps/api/js?v=3&libraries=geometry%2Cplaces&language=en&key=AIzaSyDFtSmGkBIXtMX63-bZKn50-6p3vZ2-WHE&ver=5.3.2"
=
javascript_pack_tag
'application'
,
'data-turbolinks-track'
:
'reload'
=
javascript_pack_tag
'application'
,
'data-turbolinks-track'
:
'reload'
body
.home.page-template.page-template-page-templates.page-template-jobify.page-template-page-templatesjobify-php.page.page-id-25.woocommerce-no-js.single-listing-style-side.single-resume-style-side.wp-job-manager-categories-enabled.wp-job-manager.wp-job-manager-bookmarks.ninjaforms-contact-job-form.wp-job-manager-contact-listing.woocommerce.testimonials.ninja-forms.jetpack.custom-font.nav-menu-break-large.fixed-header.jobify-child
body
.home.page-template.page-template-page-templates.page-template-jobify.page-template-page-templatesjobify-php.page.page-id-25.woocommerce-no-js.single-listing-style-side.single-resume-style-side.wp-job-manager-categories-enabled.wp-job-manager.wp-job-manager-bookmarks.ninjaforms-contact-job-form.wp-job-manager-contact-listing.woocommerce.testimonials.ninja-forms.jetpack.custom-font.nav-menu-break-large.fixed-header.jobify-child
#page
.hfeed.site
#page
.hfeed.site
...
@@ -139,5 +137,4 @@ html
...
@@ -139,5 +137,4 @@ html
|
Linkedin
|
Linkedin
.back2top
.back2top
.b-icon
.b-icon
|
↑
|
↑
=
javascript_include_tag
"/assets/js/custom.js"
\ No newline at end of file
\ No newline at end of file
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