Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/website-fedora-logo into lp:openlp/website.
Commit message: Add a Fedora logo to the button, and correct the package name Requested reviews: OpenLP Core (openlp-core) For more details, see: https://code.launchpad.net/~raoul-snyman/openlp/website-fedora-logo/+merge/329331 Add a Fedora logo to the button, and correct the package name -- Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/website-fedora-logo into lp:openlp/website.
=== added file 'files/images/fedora-logo.png' Binary files files/images/fedora-logo.png 1970-01-01 00:00:00 +0000 and files/images/fedora-logo.png 2017-08-21 20:30:22 +0000 differ === modified file 'themes/openlp2v2/templates/front_page.html' --- themes/openlp2v2/templates/front_page.html 2017-08-01 06:47:17 +0000 +++ themes/openlp2v2/templates/front_page.html 2017-08-21 20:30:22 +0000 @@ -377,7 +377,7 @@ <p>Select a distribution</p> <p> <button type="button" class="btn btn-ubuntu" data-toggle="modal" data-target="#ubuntu-install"><img src="/images/ubuntu-logo.png" class="icon"> Ubuntu</button> - <button type="button" class="btn btn-fedora" data-toggle="modal" data-target="#fedora-install"><img src="/files/fedora-logo.png" class="icon hidden"> Fedora</button> + <button type="button" class="btn btn-fedora" data-toggle="modal" data-target="#fedora-install"><img src="/images/fedora-logo.png" class="icon"> Fedora</button> <button type="button" class="btn btn-debian" data-toggle="modal" data-target="#debian-install"><img src="/images/debian-logo.png" class="icon"> Debian</button> <button type="button" class="btn btn-arch" data-toggle="modal" data-target="#arch-install"><img src="/images/archlinux-logo.png" class="icon"> Arch</button> <!-- a href="http://www.freshports.org/multimedia/py-openlp" class="btn btn-freebsd"><i class="fa fa-fw fa-external-link"></i> FreeBSD</a --> @@ -420,7 +420,7 @@ <p><strong>Note:</strong> OpenLP only realistically supports the most recent Fedora release.</p> </div> <p>To install OpenLP, either search for OpenLP in your GUI package manager, or run the following command:</p> - <pre>$ sudo dnf install openlp</pre> + <pre>$ sudo dnf install OpenLP</pre> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
_______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp