[Rt-commit] rt branch, 4.6/download-attachment-paperclip, repushed
Blaine Motsinger
blaine at bestpractical.com
Wed Jan 15 19:36:17 EST 2020
The branch 4.6/download-attachment-paperclip was deleted and repushed:
was 1ec71d1078ba88eef1e15a7baede976459dc5f56
now ff766336ca4a7e3950052c04778b5afaedb2df8c
1: 10417a343b = 1: 10417a343b Add paperclip icon to fontawesome SVG build
2: 1ec71d1078 ! 2: ff766336ca 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 = 'Download ' . $name;
++% $download_alt = loc( 'Download [_1]', $name );
+% $fa_classes = 'fas fa-paperclip';
+% }
+% else {
More information about the rt-commit
mailing list