mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
init project
This commit is contained in:
6
app/views/shared/_alert.html.erb
Normal file
6
app/views/shared/_alert.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="alert alert-danger alert-dismissible fade show" role="alert">
|
||||
<%= message %>
|
||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user