Changed function name,added comments
This commit is contained in:
parent
8ce3cdcd6c
commit
3a1e1da9e7
3 changed files with 17 additions and 14 deletions
|
|
@ -101,11 +101,11 @@
|
|||
.row
|
||||
.col-md-8
|
||||
%ul.nav.nav-tabs#recentTable
|
||||
%li{ 'class' => "active #{set_hidden_if_conf_is_over(@conference)}" }
|
||||
%li{ 'class' => "active #{hidden_if_conference_over(@conference)}" }
|
||||
%a{ href: '#recent_reg', 'data-toggle' => 'tab' }
|
||||
%span.fa.fa-user
|
||||
Recent Registrations
|
||||
%li{ 'class' => "#{set_hidden_if_conf_is_over(@conference)}" }
|
||||
%li{ 'class' => "#{hidden_if_conference_over(@conference)}" }
|
||||
%a{ href: '#recent_submissions', 'data-toggle' => 'tab' }
|
||||
%span.fa.fa-file-text
|
||||
Recent Submissions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue