Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Grails Metadata file
#Wed Dec 07 12:38:33 GMT 2011
app.grails.version=2.2.2
app.grails.version=2.4.4
app.name=twitter-bootstrap-scaffolding
app.servlet.version=2.5
app.version=0.1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added grails-app/assets/images/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added grails-app/assets/images/favicon.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions grails-app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//= require jquery
//= require bootstrap
//= require bootstrap-datepicker

//= require_self
$(document).ready(function() {
// enable datepicker components
// see http://eternicode.github.io/bootstrap-datepicker
$(".datepicker").datepicker({
});
});
Loading