aboutsummaryrefslogtreecommitdiff
path: root/app/views/evaluation/profiles/index.php
diff options
context:
space:
mode:
authorFinn Schneider <schneider@data-quest.de>2026-02-20 18:24:08 +0100
committerFinn Schneider <schneider@data-quest.de>2026-03-13 17:25:01 +0000
commit31a373c968d2fb4e66c58e763ea9cc81f1eb668d (patch)
tree11fe17bcdba90e481f58c5360ee14f6fd466ae0b /app/views/evaluation/profiles/index.php
parent3e9c3e5439d53d187d9e7892139dae88f0f60f8d (diff)
preedit
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);