mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
- Fix problems with turbolinks. Closes: #1712. - Remove unnecessary nesting of <button> inside <a> and use simple bootstrap recommendation for button. - Add a external site icon for the 'Launch web client' button. Borrowed from clients presentation table. - Add rel="noopener and noreferrer" for security. Borrowed from clients presentation table. - Use font awesome instead of glyphicons. - Use toolbar styling recommended by bootstrap. - Fix showing/hiding of launch button and clients button. Closes: #1719. Closes #1713. Closes #1714. - Place entire contents of toolbar in <section> for correct semantics. - Add missing end of line to file. - Hide is_relative_url() method unnecessarily exposed as templatetag. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>