You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <div class="box search-form-container project-list-form">
- <div style="line-height: 38px;" class="flex-1"><%= @project_ignore.name %></div>
- <%= link_to "返回", admins_project_ignores_path, class: "btn btn-default pull-right" %>
- </div>
-
- <div class="box">
- <%= @project_ignore.content.html_safe %>
-
- </div>
|