Displaying 2 results from an estimated 2 matches for "task_states".
Did you mean:
task_state
2009 May 29
1
[PATCH server] fixed UI update bug -- ignore task_types when it doesn't exist
...sk_type}[0][0] %></strong></p>
+ <%if task_types %>
+ <p>Type: <strong><%= task_types.select {|type| type[1]==task_type}[0][0] %></strong></p>
+ <% end %>
<p>State: <strong><%= task_states.select {|state| state[1]==task_state}[0][0] %></strong></p><br />
<p>Choose another filter to display tasks.</p>
</div>
--
1.6.0.6
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...class="no-grid-items-text">
+ <h2>There are no tasks that match this filter.</h2>
+ <p>Type: <strong><%= task_types.select {|type| type[1]==task_type}[0][0] %></strong></p>
+ <p>State: <strong><%= task_states.select {|state| state[1]==task_state}[0][0] %></strong></p><br />
+ <p>Choose another filter to display tasks.</p>
+ </div>
+ </div>
+ </div>
- <div class="no-grid-items-text">
-...