diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-02-25 16:56:51 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2022-04-12 15:44:24 +0000 |
| commit | 534aaf1e56dfa383e27afcc2ac797269a52c534e (patch) | |
| tree | 750f470cedb2009d38d69f104bdcfd492c9b78e8 | |
| parent | f9b8dbafdc245e1e43910d49d5cfff172a36fcab (diff) | |
fixed typo in resources/_common/_request_tr view
| -rw-r--r-- | app/views/resources/_common/_request_tr.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/resources/_common/_request_tr.php b/app/views/resources/_common/_request_tr.php index 3deefe8..f462d98 100644 --- a/app/views/resources/_common/_request_tr.php +++ b/app/views/resources/_common/_request_tr.php @@ -130,7 +130,7 @@ $edit_url = $controller->link_for('resources/room_request/edit/' . $request->id); $edit_url_attributes = ['data-dialog' => 'size=auto']; } - if ($edit_url && $edit_urL_attributes) { + if ($edit_url && $edit_url_attributes) { $action_menu->addLink( $edit_url, _('Anfrage bearbeiten'), @@ -158,4 +158,4 @@ ?> <?= $action_menu->render() ?> </td> -</tr>
\ No newline at end of file +</tr> |
