license renew page

This commit is contained in:
Zin Moe
2020-06-04 10:10:04 +06:30
parent da75403437
commit bd18958b96
16 changed files with 181 additions and 55 deletions

View File

@@ -59,7 +59,8 @@
</p>
<% end %>
<% end %>
<% end %>
<% end %>
<%= render 'shared/license_expire_warning' %>
<%= yield %>
</section>
</body>

View File

@@ -53,6 +53,7 @@
<%= message %>
</div>
<% end %>
<%= render 'shared/license_expire_warning' %>
<%= yield %>
</section>
</body>

View File

@@ -56,7 +56,8 @@
<p id="notify_message" class="hidden" data-placement-from="top" data-message="<%=message%>" data-placement-align="center"
data-animate-enter="" data-animate-exit="" data-color-name="<%=color%>" >
</p>
<% end %>
<% end %>
<%= render 'shared/license_expire_warning' %>
<%= yield %>
</section>
</body>

View File

@@ -51,7 +51,8 @@
</div>
<% end %>
<% end %>
<% end %>
<%= render 'shared/license_expire_warning' %>
<%= yield %>
</section>
</body>

View File

@@ -60,6 +60,7 @@
data-animate-enter="" data-animate-exit="" data-color-name="<%=color%>" >
</p>
<% end %>
<%= render 'shared/license_expire_warning' %>
<%= yield %>
</section>
</body>

View File

@@ -22,6 +22,7 @@
<%= message %>
</div>
<% end %>
<%= render 'shared/license_expire_warning' %>
<%= yield %>
</div>