aboutsummaryrefslogtreecommitdiff
path: root/app/views/evaluation/profiles/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/evaluation/profiles/index.php')
-rw-r--r--app/views/evaluation/profiles/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/evaluation/profiles/index.php b/app/views/evaluation/profiles/index.php
index 71c9ad0..3b1f672 100644
--- a/app/views/evaluation/profiles/index.php
+++ b/app/views/evaluation/profiles/index.php
@@ -90,8 +90,8 @@ use Studip\Button;
$actions = new ActionsWidget();
$actions->addLink(
_('Profil anlegen'),
- $controller->url_for('evaluation/profiles/edit'),
+ $controller->url_for('evaluation/profiles/preedit'),
Icon::create('add'),
- ['data-dialog' => '']
+ ['data-dialog' => 'size=auto']
);
Sidebar::Get()->addWidget($actions);