Commit 6a6daa8c

mo <mokha@cisco.com>
2017-09-02 22:44:53
use global translation
1 parent e9f1eae
Changed files (1)
app
views
app/views/my/shared/_my_nav.html.erb
@@ -24,5 +24,5 @@
     <%= link_to t(".products"), admin_products_path, class: "nav-link" %>
   <% end %>
 
-  <%= link_to t('.logout'), logout_path, method: :delete, class: "nav-link" %>
+  <%= link_to t('logout'), logout_path, method: :delete, class: "nav-link" %>
 </div>