Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 5352791199449088: Added support for adding addional HTML attributes to the "linkify" template filter (Closed)

Created:
Feb. 4, 2014, 1:55 p.m. by Sebastian Noack
Modified:
Feb. 7, 2014, 4:13 p.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

The "linkify" template filter is used to generate links to other pages. It currently only adds and "href" and "hreflang" attribute, but the link for javascript licence information also needs a rel="jslicense" attribute. So I enabled adding addional attributes to the generated link via variable keyword arguments.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M sitescripts/cms/converters.py View 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 2
Sebastian Noack
Feb. 4, 2014, 2:23 p.m. (2014-02-04 14:23:53 UTC) #1
Felix Dahlke
Feb. 7, 2014, 4:01 p.m. (2014-02-07 16:01:04 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld