Skip to content

Commit cbf8d53

Browse files
author
Christopher Talib
authored
Merge pull request #264 from tosdr/enh/adding-info-about-alpha
[enh] adding a flash about the alpha version
2 parents 0ea04ad + 95e5e42 commit cbf8d53

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<%= stylesheet_link_tag 'application', media: 'all' %>
3030
</head>
3131
<body>
32+
<%= render "shared/alpha" %>
3233
<%= render "shared/navbar" %>
3334
<%= render "shared/flashes" %>
3435
<div class="container">

app/views/shared/_alpha.html.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<div class="alert alert-info alert-dismissible" role="alert">
2+
<button type="button" class="close" data-dismiss="alert" aria-label="Close"></button>
3+
<p>This is an alpha version. Adding new services isn't open for new users. For any question, please <a href="/about#contact" style="color: white; text-decoration: underline;">contact the team</a></p>
4+
</div>

0 commit comments

Comments
 (0)