Skip to content

Commit

Permalink
[#2223]: Converted structural markup (span-12 etc) from blueprint to …
Browse files Browse the repository at this point in the history
…bootstrap format.
  • Loading branch information
teajaymars committed Mar 20, 2012
1 parent dbb572d commit 9937508
Show file tree
Hide file tree
Showing 8 changed files with 765 additions and 3,606 deletions.
3 changes: 3 additions & 0 deletions ckan/lib/helpers.py
Expand Up @@ -536,3 +536,6 @@ def auto_log_message(context):
elif (context.action=='edit'):
return _('Edited settings.')
return ''

def content_span(body_class):
return body_class.__str__()

0 comments on commit 9937508

Please sign in to comment.