app/views/usman/features/_show.html.erb in usman-0.3.17 vs app/views/usman/features/_show.html.erb in usman-0.3.18

- old
+ new

@@ -18,10 +18,12 @@ <%= theme_panel_sub_heading(@feature.name, "#") %> <%= clear_tag(10) %> <div class="table-responsive mb-50"> <table class="table table-striped table-condensed table-bordered"> <tbody> - + <tr> + <th>Categorisable</th><td><%= @feature.categorisable ? "Yes" : "No" %></td> + </tr> <tr> <th>Created At</th><td><%= @feature.created_at.strftime("%m/%d/%Y - %H:%M:%S") if @feature.created_at %></td> </tr> <tr> <th>Updated At</th><td><%= @feature.updated_at.strftime("%m/%d/%Y - %H:%M:%S") if @feature.updated_at %></td> \ No newline at end of file