Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1040)

Unified Diff: codereview/urls.py

Issue 3270: Show images in Rietveld (Closed) Base URL: http://rietveld.googlecode.com/svn/trunk/
Patch Set: latest update Created 16 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « codereview/models.py ('k') | codereview/views.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: codereview/urls.py
===================================================================
--- codereview/urls.py (revision 314)
+++ codereview/urls.py (working copy)
@@ -36,6 +36,7 @@
(r'^download/issue(\d+)_(\d+)\.diff', 'download'),
(r'^download/issue(\d+)_(\d+)_(\d+)\.diff', 'download_patch'),
(r'^(\d+)/patch/(\d+)/(\d+)$', 'patch'),
+ (r'^(\d+)/image/(\d+)/(\d+)/(\d+)$', 'image'),
(r'^(\d+)/diff/(\d+)/(\d+)$', 'diff'),
(r'^(\d+)/diff2/(\d+):(\d+)/(\d+)$', 'diff2'),
(r'^(\d+)/diff_skipped_lines/(\d+)/(\d+)/(\d+)/(\d+)/([tb])$',
« no previous file with comments | « codereview/models.py ('k') | codereview/views.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b