menu categories is_available and Logout css

This commit is contained in:
phyusin
2017-12-05 17:11:49 +06:30
parent 9372857696
commit 9d8aaae8d6
6 changed files with 29 additions and 1 deletions

View File

@@ -151,3 +151,9 @@ nav.pagination .page a:hover,
text-decoration: none;
}
/*Logout Icon*/
i.logout_icon{
position: relative;
top: 5px;
}

View File

@@ -100,3 +100,8 @@ select.form-control {
border-left:1px solid #fff;
}
/*Logout Icon*/
i.logout_icon{
position: relative;
top: 5px;
}

View File

@@ -157,4 +157,10 @@ section.content{
.add_icon{
cursor: pointer;
}
/*Logout Icon*/
i.logout_icon{
position: relative;
top: 5px;
}

View File

@@ -275,3 +275,8 @@ tr.discount-item-row:hover {
-moz-opacity: 1; /* mozilla */
}
/*Logout Icon*/
i.logout_icon{
position: relative;
top: 5px;
}

View File

@@ -361,3 +361,9 @@ tr.discount-item-row:hover {
}
/* End Payment Page */
/*Logout Icon*/
i.logout_icon{
position: relative;
top: 5px;
}

View File

@@ -45,7 +45,7 @@
<td><%= @settings_menu_category.menu.name %></td>
<td><%= @settings_menu_category.name rescue "-" %></td>
<td><%= @settings_menu_category.alt_name %></td>
<td><%= settings_menu_category.is_available rescue false%></td>
<td><%= @settings_menu_category.is_available rescue false%></td>
<!-- <td><%= @settings_menu_category.order_by %></td> -->
<td><%= @settings_menu_category.created_at.utc.getlocal.strftime("%Y-%m-%d") %></td>
<td><%= link_to t("views.btn.edit"), edit_settings_menu_menu_category_path(@settings_menu_category, @settings_menu_category),:class => 'btn btn-primary btn-sm waves-effect' %>