[#10] Added link to Terms of Services

This commit is contained in:
Vokhmin Alexey V 2016-09-26 21:55:10 +03:00
parent 0eea431756
commit df7fb8141f
2 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,7 @@ a {
/**
* Hamburg Menu
* When the class of 'hamburg' is applied to the body tag of the document,
* When the class of 'hamburg' is applied to the body tag of the document,
* the sidebar changes it's style to attempt to mimic a menu on a phone app,
* where the content is overlaying the content, rather than push it.
*/
@ -362,7 +362,6 @@ ul.sidebar .sidebar-list .menu-icon {
}
.sidebar-footer {
position: absolute;
height: 40px;
bottom: 0;
width: 100%;
padding: 0;
@ -546,4 +545,4 @@ table {
}
.no-indent {
text-indent: 0;
}
}

View File

@ -4,4 +4,6 @@
.col-xs-4
= link_to t('bottom_menu.contacts'), t('bottom_menu.contacts_url')
.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'