Skip to content

Commit 581e3b1

Browse files
committed
indicate whether we're playing checkers.
1 parent 5df55fb commit 581e3b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vendor/plugins/tutorials/app/views/admin/tutorials/_tutorial.html.erb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(tutorial) -%>">
22
<span class='title'>
33
<%=h tutorial.title %>
4-
<span class="preview"><%=h tutorial.category %></span>
4+
<span class="preview">
5+
<%=h tutorial.category %>
6+
<%= " <em>(Draft)</em>".html_safe if tutorial.draft? %>
7+
</span>
58
</span>
69
<span class='actions'>
710
<%= link_to refinery_icon_tag("application_go.png"), tutorial_url(tutorial),

0 commit comments

Comments
 (0)