mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-11 23:33:06 +08:00
Merge remote-tracking branch 'origin/standalone_develop' into standalone_develop
This commit is contained in:
7
app/views/oauth2/create.js.erb
Normal file
7
app/views/oauth2/create.js.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<%if @error.present?%>
|
||||
var alertDiv = $('<div class="alert alert-danger"><%= @error[:msg]%></div>')
|
||||
$("#container").prepend(alertDiv)
|
||||
setTimeout(function() {
|
||||
$('.alert').remove();
|
||||
}, 3000);
|
||||
<%end%>
|
||||
Reference in New Issue
Block a user