mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
small changes
This commit is contained in:
parent
35714f350e
commit
aa1ff51b58
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
%b.caret
|
||||
%ul.dropdown-menu
|
||||
= render 'layouts/user_menu'
|
||||
- if can? :manage, Conference
|
||||
- if can? :manage, Comment
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
%li.dropdown
|
||||
%a.dropdown-toggle{"data-toggle" => "dropdown", :href => "#", id: "unread-comments-preview"}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ Osem::Application.routes.draw do
|
|||
namespace :admin do
|
||||
resources :users
|
||||
resources :people
|
||||
resources :comments
|
||||
resources :comments, only: [:index]
|
||||
resources :conference do
|
||||
member do
|
||||
get :roles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue