Pull from master
This commit is contained in:
5
app/views/layouts/_left_sidebar.html.erb
Executable file → Normal file
5
app/views/layouts/_left_sidebar.html.erb
Executable file → Normal file
@@ -109,6 +109,11 @@
|
||||
<a href="<%= transactions_shift_sales_path %>"><%= (t :shiftsale) %></a>
|
||||
</li>
|
||||
<% end %>
|
||||
<% if can? :menage, Survey %>
|
||||
<li>
|
||||
<a href="<%= transactions_surveys_path %>"><%= t("views.right_panel.detail.survey") %></a>
|
||||
</li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</li>
|
||||
<% if can? :index, :dailysale %>
|
||||
|
||||
Reference in New Issue
Block a user