mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +02:00
Removed @warning and @note tags used by doxygen before.
The Annotation readers of Symfony and Doctrine does not like them...
This commit is contained in:
parent
cb10b31938
commit
af5a7f8986
7 changed files with 18 additions and 18 deletions
|
@ -198,7 +198,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label>{% trans %}createdAt{% endtrans %}:</label>
|
||||
<p>{{ part.datetimeAdded | date}}
|
||||
<p>{{ part.addedDate | date}}
|
||||
{#{if !empty($creation_user)} {% trans %}by{% endtrans %}
|
||||
{if $can_visit_user}
|
||||
<a href="{$relative_path}user_info.php?uid={$creation_user_id}">{$creation_user}</a>
|
||||
|
@ -213,7 +213,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label>{% trans %}lastModified{% endtrans %}:</label>
|
||||
<p>{{ part.addedDate | date }}
|
||||
<p>{{ part.lastModified | date }}
|
||||
{# {if !empty($last_modified_user)} {% trans %}by{% endtrans %}
|
||||
{if $can_visit_user}
|
||||
<a href="{$relative_path}user_info.php?uid={$last_modified_user_id}">{$last_modified_user}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue