add mm and ui reset
This commit is contained in:
@@ -26,6 +26,15 @@
|
||||
<!-- <i class="material-icons">keyboard_arrow_down</i> -->
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<!-- For Translation
|
||||
<li>
|
||||
<div class="switch">
|
||||
<label>
|
||||
<input type="checkbox" id="localize">
|
||||
မြန်မာ
|
||||
</label>
|
||||
</div>
|
||||
</li> -->
|
||||
<li>
|
||||
<%= link_to (t :logout),logout_path, method: :delete, data: {confirm: 'Are you sure?'} %>
|
||||
<!-- <a href="<%= logout_path %>"><i class="material-icons">input</i>Sign Out</a> -->
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
|
||||
</head>
|
||||
|
||||
<body class="theme-blue">
|
||||
<body class="theme-red">
|
||||
<!-- Page Loader -->
|
||||
<div class="page-loader-wrapper">
|
||||
<div class="loader">
|
||||
|
||||
Reference in New Issue
Block a user