Skip to content

Commit

Permalink
Merge pull request #1820 from RTICWDT/staging
Browse files Browse the repository at this point in the history
Open Data Platform Data Files and Minor Dependecy Updates
  • Loading branch information
JAFrederick committed Sep 24, 2020
2 parents 56d41f5 + 23854b0 commit bb79322
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ GEM
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.1.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
Expand All @@ -49,6 +50,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rexml (3.2.4)
rouge (3.12.0)
safe_yaml (1.0.5)
sassc (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ baseurl:
url: https://collegescorecard.ed.gov

# app version number
version: v2.3.2
version: v2.3.3

# Build settings
markdown: kramdown
Expand Down
4 changes: 2 additions & 2 deletions js/src/vue/pages/data.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<v-col cols="12" sm="4">
<v-card
@click="trackDownload('Most-Recent-Cohorts-All-Data-Elements.csv')"
:href="dataBase_url+'/Most-Recent-Cohorts-All-Data-Elements.csv'"
href="https://data.ed.gov/dataset/9dc70e6b-8426-4d71-b9d5-70ce6094a3f4/resource/823ac095-bdfc-41b0-b508-4e8fc3110082/download/most-recent-cohorts-all-data-elements-1.csv"
hover
class="pa-2 text-center fill-height d-flex align-center justify-center"
color="grey lighten-4"
Expand All @@ -62,7 +62,7 @@
class="pa-2 text-center fill-height d-flex align-center justify-center"
color="grey lighten-4"
@click="trackDownload('Most-Recent-Field-Data-Elements.csv')"
:href="dataBase_url+'/Most-Recent-Field-Data-Elements.csv'"
href="https://data.ed.gov/dataset/9dc70e6b-8426-4d71-b9d5-70ce6094a3f4/resource/ff68afc4-6d23-459d-9f60-4006e4f85583/download/most-recent-field-data-elements.csv"
hover
>
<div>
Expand Down
28 changes: 9 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb79322

Please sign in to comment.