forked from Gitlink/forgeplus
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> |