Skip to content

Commit ee64c92

Browse files
Merge pull request #615 from GuillaumeRoques/fix-embarc-download-linux
EmbARC: fix include of download table
2 parents 0a95be3 + 3a87ac2 commit ee64c92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EmbARCBundle/Resources/views/Download/linux.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</tr>
1818
</thead>
1919
<tbody>
20-
{{ include('@EmbARC/Download/LinuxTable.html.twig') }}
20+
{{ include('@EmbARC/Download/linuxTable.html.twig') }}
2121
</tbody>
2222
</table>
2323
</div>

0 commit comments

Comments
 (0)