mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-07 21:51:42 +08:00
9 lines
310 B
Plaintext
9 lines
310 B
Plaintext
<div class="box search-form-container project-list-form">
|
|
<div style="line-height: 38px;" class="flex-1"><%= @project_license.name %></div>
|
|
<%= link_to "返回", admins_project_licenses_path, class: "btn btn-default pull-right" %>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<%= @project_license.content.html_safe %>
|
|
|
|
</div> |