indicate when pools are deleted
This commit is contained in:
@@ -31,6 +31,10 @@ div#c-pools {
|
|||||||
textarea {
|
textarea {
|
||||||
height: 10em;
|
height: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.inactive {
|
||||||
|
color: #AAA;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div#c-pool-orders {
|
div#c-pool-orders {
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
<div id="c-pools">
|
<div id="c-pools">
|
||||||
<div id="a-show">
|
<div id="a-show">
|
||||||
<h1>Pool: <%= @pool.pretty_name %></h1>
|
<h1>
|
||||||
|
Pool:
|
||||||
|
<%= @pool.pretty_name %>
|
||||||
|
<% if @pool.is_deleted? %>
|
||||||
|
<span class="inactive">(deleted)</span>
|
||||||
|
<% end %>
|
||||||
|
</h1>
|
||||||
|
|
||||||
<div id="description">
|
<div id="description">
|
||||||
<%= format_text(@pool.description) %>
|
<%= format_text(@pool.description) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user