projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make danger labels use consisent capitalisation
[rails.git]
/
app
/
views
/
browse
/
not_found.html.erb
diff --git
a/app/views/browse/not_found.html.erb
b/app/views/browse/not_found.html.erb
index 084c247dcfe3e8bf8a657be3a5fa6aa002ef840b..36ee4c883769ee3b28da09693c025bb499ffb7a5 100644
(file)
--- a/
app/views/browse/not_found.html.erb
+++ b/
app/views/browse/not_found.html.erb
@@
-2,6
+2,6
@@
<%= render "sidebar_header", :title => t(".title") %>
-<div
class="browse-section"
>
+<div>
<p><%= t ".sorry", :type => t(".type.#{@type}"), :id => params[:id] %>
</div>