This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Tranyi
/
blazer
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Show no chart instead of blank
Andrew Kane
hace 9 años
padre
9475bbbe51
commit
201efa68df
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
app/views/blazer/queries/run.html.erb
+ 2
- 0
app/views/blazer/queries/run.html.erb
Ver fichero
@@ -72,5 +72,7 @@
</tbody>
</table>
<% end %>
+ <% elsif @only_chart %>
+ <p>No chart</p>
<% end %>
<% end %>