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

Исправление пути к оцениванию

parent 5de92ddb
Branches
Tags
No related merge requests found
......@@ -277,7 +277,7 @@ Route::set('teacher:map:teachers', 'discipline/teachers/<id>', array('id' => '[0
'action' => 'EditTeachers'
));
Route::set('teacher:rating', 'rating/<id>', array('id' => '[0-9]+'))
Route::set('teacher:rating', 'rate/<id>', array('id' => '[0-9]+'))
->defaults(array(
'directory' => 'teacher',
'controller' => 'rating',
......
......@@ -81,7 +81,7 @@
</div>
</div>
<div class="altFooter">
<a href='/instructions.doc'>Руководство пользователя (.doc)</a>
{{ HTML.anchor('instructions.pdf', 'Руководство пользователя (.pdf)', {'title': 'Скачать руководство'})|raw }}
</div>
<div id="footer_fixBug" style="display: none"></div>
......
......@@ -53,7 +53,7 @@
<a href='http://vk.com/itlab_mmcs'>IT-лаборатория мехмата ЮФУ &copy; 2014</a>
</div>
<div class="altFooter">
<a href='/instructions.doc'>Руководство пользователя (.doc)</a>
{{ HTML.anchor('instructions.pdf', 'Руководство пользователя (.pdf)', {'title': 'Скачать руководство'})|raw }}
</div>
</div>
</body>
......
......@@ -40,7 +40,7 @@
</td>
<td class='common_cell'>
{% if Discipline.isMapCreated %}
{{ HTML.anchor('rating/'~Discipline.ID,
{{ HTML.anchor('rate/'~Discipline.ID,
"Оценивание",
{'title': 'Выставление баллов по дисциплине', 'class': 'disc_button active'})|raw }}
{% else %}
......
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