Merge "Remove repetition of "Attached to" in table"

This commit is contained in:
Jenkins 2016-11-15 19:32:32 +00:00 committed by Gerrit Code Review
commit 7018cd3fea
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class AttachmentColumn(tables.WrappingColumn):
"""
def get_raw_data(self, volume):
request = self.table.request
link = _('Attached to %(instance)s on %(dev)s')
link = _('%(dev)s on %(instance)s')
attachments = []
# Filter out "empty" attachments which the client returns...
for attachment in [att for att in volume.attachments if att]: