2020-03-30 18:51:35 +08:00
|
|
|
<div class="task-notes">
|
2023-12-21 19:34:19 +08:00
|
|
|
<div class="task-notes-content text-base">
|
2021-11-19 20:24:57 +08:00
|
|
|
<% if can_update_my_module_description?(@my_module) %>
|
2023-07-06 21:10:26 +08:00
|
|
|
<%= render partial: "my_modules/description_form" %>
|
2020-03-30 18:51:35 +08:00
|
|
|
<% elsif @my_module.description.present? %>
|
|
|
|
<%= custom_auto_link(@my_module.tinymce_render(:description),
|
|
|
|
simple_format: false,
|
|
|
|
tags: %w(img),
|
|
|
|
team: current_team) %>
|
|
|
|
<% else %>
|
|
|
|
<span class="no-description"><%= t('my_modules.notes.no_description') %></span>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|