Merge remote-tracking branch 'upstream/pull/2471'
This commit is contained in:
commit
1c5642637a
3 changed files with 2 additions and 8 deletions
|
@ -29,7 +29,7 @@
|
|||
// @import "bootstrap/pagination";
|
||||
@import "bootstrap/badge";
|
||||
// @import "bootstrap/jumbotron";
|
||||
// @import "bootstrap/alert";
|
||||
@import "bootstrap/alert";
|
||||
// @import "bootstrap/progress";
|
||||
// @import "bootstrap/media";
|
||||
// @import "bootstrap/list-group";
|
||||
|
|
|
@ -2842,12 +2842,6 @@ input.richtext_title[type="text"] {
|
|||
}
|
||||
|
||||
.report-disclaimer {
|
||||
background: #fff1f0;
|
||||
color: #d85030;
|
||||
border-color: rgba(216, 80, 48, 0.3);
|
||||
padding: 10px 20px;
|
||||
margin-bottom: $lineheight;
|
||||
|
||||
ul {
|
||||
padding-left: $lineheight;
|
||||
margin-bottom: 0;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<h1><%= t ".title_html", :link => link_to(reportable_title(@report.issue.reportable), reportable_url(@report.issue.reportable)) %></h1>
|
||||
<% end %>
|
||||
|
||||
<div class="report-disclaimer">
|
||||
<div class="alert alert-warning report-disclaimer">
|
||||
<%= t(".disclaimer.intro") %>
|
||||
<ul>
|
||||
<li> <%= t(".disclaimer.not_just_mistake") %> </li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue