You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2style="font-size: 1.4em; margin-left: 1rem">I can help you visualize your ideas.</h2>
8
8
<pstyle="margin-left: 1rem">
9
-
<strong>The latest Basil version is v2.</strong> This page is currently showing stats for v<%=@version%>. You can see v1's stats by <%=link_to'clicking here',basil_stats_path(v: 1)%>.
9
+
<strong>
10
+
The latest Basil version is v2.</strong> This page is currently showing stats for v<%=@version%>.
11
+
12
+
<%if@version.to_i != 1%>
13
+
You can see v1's stats by <%=link_to'clicking here',basil_stats_path(v: 1)%>.
14
+
<%end%>
15
+
<%if@version.to_i != 2%>
16
+
You can see v2's stats by <%=link_to'clicking here',basil_stats_path(v: 2)%>.
17
+
<%end%>
10
18
<br/><br/>
11
19
<%=link_to'Click here to start generating images of your notebook pages.',basil_path%>
0 commit comments