Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
68b66572
Unverified
Commit
68b66572
authored
Mar 29, 2017
by
David Haynes
Browse files
Fix clicks stats typo
- copy paste fix
parent
b1d365ea
Pipeline
#1186
passed with stage
in 3 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/views.py
View file @
68b66572
...
...
@@ -243,8 +243,8 @@ def edit(request, short):
else
:
# Migrate clicks data
res
.
clicks
=
copy
.
clicks
res
.
qrclicks
=
copy
.
clicks
res
.
socialclicks
=
copy
.
clicks
res
.
qrclicks
=
copy
.
qr
clicks
res
.
socialclicks
=
copy
.
social
clicks
# Save the new URL
res
.
save
()
...
...
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