Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gem
capsuledb
Commits
f97e6470
Commit
f97e6470
authored
Feb 15, 2012
by
Bertrand NÉRON
Browse files
remove recent-items which come with couchapp as example
parent
2191d7fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/couchapp/secreton/views/recent-items/map.js
deleted
100644 → 0
View file @
2191d7fe
function
(
doc
)
{
if
(
doc
.
created_at
)
{
var
p
=
doc
.
profile
||
{};
emit
(
doc
.
created_at
,
{
message
:
doc
.
message
,
gravatar_url
:
p
.
gravatar_url
,
nickname
:
p
.
nickname
,
name
:
doc
.
name
});
}
};
\ No newline at end of file
Write
Preview
Supports
Markdown
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