Merge pull request #12 from OpenMandrivaSoftware/feature/10-terms-of-services
[#10] Terms of Services
This commit is contained in:
commit
ce18c81ad9
|
@ -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;
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue