Skip to content

Commit be15b0a

Browse files
author
David Burke
committed
Added flat svn icons
1 parent c25262f commit be15b0a

File tree

7 files changed

+114
-907
lines changed

7 files changed

+114
-907
lines changed

report_builder/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_absolute_url(http://github.com/self):
141141
return ("report_update_view", [str(self.id)])
142142

143143
def edit(self):
144-
return mark_safe('<a href="http://github.com/%7B0%7D"><img style="width: 26px; margin: -6px" src="http://github.com/%7B1%7Dreport_builder/img/edit.%3Cspan%20class="x x-first x-last">png"/></a>'.format(
144+
return mark_safe('<a href="http://github.com/%7B0%7D"><img style="width: 26px; margin: -6px" src="http://github.com/%7B1%7Dreport_builder/img/edit.%3Cspan%20class="x x-first x-last">svg"/></a>'.format(
145145
self.get_absolute_url(),
146146
getattr(settings, 'STATIC_URL', '/static/')
147147
))

report_builder/static/report_builder/img/copy.svg

Lines changed: 26 additions & 21 deletions
Loading
Loading
Loading

0 commit comments

Comments
 (0)