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

4 lines
196 B
Plaintext
Raw Normal View History

2015-10-18 21:04:04 +08:00
<%= form_for(@repository, url: to_gitlab_project_repository_path(@project, @repository)) do |f| %>
<input type="text" name="repo_name"/>
<button type="submit">转换到新版本</button>
<% end %>