Files
gitlink-forgeplus/app/views/admins/project_licenses/_content.html.erb
sylor_huang@126.com ac2e3ae730 admins 页面的修改
2020-05-14 18:08:27 +08:00

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>