Skip to content
Snippets Groups Projects
Commit f20e5f85 authored by Andrew Rudenets's avatar Andrew Rudenets
Browse files

FIX: описание ссылки "Оценивание" на главной преподавателя

parent fb2abf87
No related merge requests found
...@@ -35,11 +35,11 @@ ...@@ -35,11 +35,11 @@
</td> </td>
<td class='common_cell'> <td class='common_cell'>
{% set UKDcontent = "<div class='show_ukd_btn'>Оценивание</div>" %} {% set UKDcontent = "<div class='show_ukd_btn'>Оценивание</div>" %}
{{ HTML.anchor('rating/'~Discipline.ID, UKDcontent, {'title': 'Просмотр и редактирование учебной карты дисциплины'})|raw }} {{ HTML.anchor('rating/'~Discipline.ID, UKDcontent, {'title': 'Выставление баллов по дисциплине'})|raw }}
</td> </td>
<td class='common_cell'> <td class='common_cell'>
{% set UKDcontent = "<div class='show_ukd_btn'>Редактирование</div>" %} {% set UKDcontent = "<div class='show_ukd_btn'>Редактирование</div>" %}
{{ HTML.anchor('map/structure/'~Discipline.ID, UKDcontent, {'title': 'Просмотр и редактирование учебной карты дисциплины'})|raw }} {{ HTML.anchor('map/structure/'~Discipline.ID, UKDcontent, {'title': 'Просмотр и редактирование дисциплины'})|raw }}
</td> </td>
</tr> </tr>
{% if loop.last %} {% if loop.last %}
......
...@@ -134,7 +134,7 @@ a:hover { ...@@ -134,7 +134,7 @@ a:hover {
.main_content { .main_content {
width: 100%; width: 100%;
position: relative; position: relative;
padding: 15px 0; padding: 25px 0;
} }
......
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
.show_ukd_btn { .show_ukd_btn {
text-decoration: none;
margin: 5px auto; margin: 5px auto;
display: block; display: block;
border: 0; border: 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment