socialforge/app/views/repositories/to_gitlab.html.erb

4 lines
196 B
Plaintext

<%= form_for(@repository, url: to_gitlab_project_repository_path(@project, @repository)) do |f| %>
<input type="text" name="repo_name"/>
<button type="submit">转换到新版本</button>
<% end %>