Merge pull request #12 from OpenMandrivaSoftware/feature/10-terms-of-services

[#10] Terms of Services
This commit is contained in:
DuratarskeyK 2016-09-26 23:01:28 +04:00 committed by GitHub
commit ce18c81ad9
2 changed files with 5 additions and 4 deletions

View File

@ -362,7 +362,6 @@ ul.sidebar .sidebar-list .menu-icon {
} }
.sidebar-footer { .sidebar-footer {
position: absolute; position: absolute;
height: 40px;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
padding: 0; padding: 0;

View File

@ -5,3 +5,5 @@
= link_to t('bottom_menu.contacts'), t('bottom_menu.contacts_url') = link_to t('bottom_menu.contacts'), t('bottom_menu.contacts_url')
.col-xs-4 .col-xs-4
= link_to t('bottom_menu.support'), contact_url = link_to t('bottom_menu.support'), contact_url
.col-xs-12
= link_to t('bottom_menu.tos'), 'https://www.openmandriva.org/tos'