Nuevo plugin Additionals 2.0.20
This commit is contained in:
parent
a2a901b71b
commit
93e1e28683
354 changed files with 40514 additions and 0 deletions
5
plugins/additionals/app/views/welcome/_overview_bottom.html.slim
Executable file
5
plugins/additionals/app/views/welcome/_overview_bottom.html.slim
Executable file
|
@ -0,0 +1,5 @@
|
|||
- overview_bottom = Additionals.settings[:overview_bottom]
|
||||
- if overview_bottom.present?
|
||||
.clear-both
|
||||
.overview-bottom.wiki.box
|
||||
= textilizable(overview_bottom)
|
5
plugins/additionals/app/views/welcome/_overview_news.html.slim
Executable file
5
plugins/additionals/app/views/welcome/_overview_news.html.slim
Executable file
|
@ -0,0 +1,5 @@
|
|||
- unless Additionals.setting?(:remove_news)
|
||||
.news.box
|
||||
h3 = l(:label_news_latest)
|
||||
= render partial: 'news/news', collection: @news
|
||||
= link_to l(:label_news_view_all), news_index_path
|
4
plugins/additionals/app/views/welcome/_overview_right.html.slim
Executable file
4
plugins/additionals/app/views/welcome/_overview_right.html.slim
Executable file
|
@ -0,0 +1,4 @@
|
|||
- overview_right = Additionals.settings[:overview_right]
|
||||
- if overview_right.present?
|
||||
.overview-right.wiki.box
|
||||
= textilizable(overview_right)
|
4
plugins/additionals/app/views/welcome/_overview_top.html.slim
Executable file
4
plugins/additionals/app/views/welcome/_overview_top.html.slim
Executable file
|
@ -0,0 +1,4 @@
|
|||
- overview_top = Additionals.settings[:overview_top]
|
||||
- if overview_top.present?
|
||||
.overview-top.wiki.box
|
||||
= textilizable(overview_top)
|
Loading…
Add table
Add a link
Reference in a new issue