Created
October 8, 2008 23:49
-
-
Save jonathanpenn/15661 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 0db69f1e801ecc3695e64ad68bcd084c4c489c54 Mon Sep 17 00:00:00 2001 | |
From: Jonathan Penn <[email protected]> | |
Date: Tue, 7 Oct 2008 14:08:52 -0400 | |
Subject: [PATCH] Added unobtrusive_date_picker plugin | |
--- | |
.gitmodules | 3 +++ | |
vendor/plugins/unobtrusive_date_picker | 1 + | |
2 files changed, 4 insertions(+), 0 deletions(-) | |
create mode 160000 vendor/plugins/unobtrusive_date_picker | |
diff --git a/.gitmodules b/.gitmodules | |
index 28e784a..08a75d4 100644 | |
--- a/.gitmodules | |
+++ b/.gitmodules | |
@@ -13,3 +13,6 @@ | |
[submodule "vendor/plugins/acts_as_commentable"] | |
path = vendor/plugins/acts_as_commentable | |
url = git://github.com/jackdempsey/acts_as_commentable.git | |
+[submodule "vendor/plugins/unobtrusive_date_picker"] | |
+ path = vendor/plugins/unobtrusive_date_picker | |
+ url = git://github.com/brianjlandau/unobtrusive_date_picker.git | |
diff --git a/vendor/plugins/unobtrusive_date_picker b/vendor/plugins/unobtrusive_date_picker | |
new file mode 160000 | |
index 0000000..906af73 | |
--- /dev/null | |
+++ b/vendor/plugins/unobtrusive_date_picker | |
@@ -0,0 +1 @@ | |
+Subproject commit 906af730a7763274ae2e941ac933b35d36a78853 | |
-- | |
1.5.5.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment