[Rt-commit] rt branch, 4.6/download-attachment-paperclip, repushed
Blaine Motsinger
blaine at bestpractical.com
Tue Jan 21 10:16:16 EST 2020
The branch 4.6/download-attachment-paperclip was deleted and repushed:
was ff766336ca4a7e3950052c04778b5afaedb2df8c
now a821ca97c1625ac1babb6e7b3bd5078e35c9aa9b
1: 10417a343b = 1: 10417a343b Add paperclip icon to fontawesome SVG build
2: ff766336ca ! 2: a821ca97c1 Update download link to paperclip icon
@@ -18,7 +18,7 @@
+% # the defined name denotes a downloadable attachment, else just text content in the transaction.
+% my ( $download_alt, $fa_classes );
+% if ( length $name ) {
-+% $download_alt = loc( 'Download [_1]', $name );
++% $download_alt = loc( 'Download [_1]', $name );
+% $fa_classes = 'fas fa-paperclip';
+% }
+% else {
More information about the rt-commit
mailing list