spina-conferences-primer_theme-fork 1.0.0.rc1 → 1.0.0.rc5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +60 -12
  3. data/app/assets/builds/spina/conferences/primer_theme/application.css +4 -0
  4. data/app/assets/javascripts/spina/conferences/primer_theme/controllers/slideshow_controller.js +10 -1
  5. data/app/assets/stylesheets/spina/conferences/primer_theme/application.sass +3 -0
  6. data/app/controllers/spina/conferences/primer_theme/blog/application_controller.rb +10 -0
  7. data/app/controllers/spina/conferences/primer_theme/blog/categories_controller.rb +0 -8
  8. data/app/controllers/spina/conferences/primer_theme/blog/posts_controller.rb +0 -13
  9. data/app/controllers/spina/conferences/primer_theme/conferences/application_controller.rb +13 -0
  10. data/app/controllers/spina/conferences/primer_theme/journal/application_controller.rb +12 -0
  11. data/app/controllers/spina/conferences/primer_theme/journal/articles_controller.rb +13 -7
  12. data/app/controllers/spina/conferences/primer_theme/journal/authors_controller.rb +48 -0
  13. data/app/controllers/spina/conferences/primer_theme/journal/issues_controller.rb +11 -4
  14. data/app/helpers/spina/conferences/primer_theme/application_helper.rb +10 -1
  15. data/app/helpers/spina/conferences/primer_theme/navigations_helper.rb +13 -0
  16. data/app/views/conferences_primer_theme/pages/about.html.haml +14 -8
  17. data/app/views/conferences_primer_theme/pages/committee.html.haml +6 -4
  18. data/app/views/conferences_primer_theme/pages/events.html.haml +9 -3
  19. data/app/views/conferences_primer_theme/pages/homepage.html.haml +1 -1
  20. data/app/views/conferences_primer_theme/pages/journal_information.html.haml +10 -0
  21. data/app/views/conferences_primer_theme/pages/periodical.html.haml +5 -5
  22. data/app/views/conferences_primer_theme/partials/_event.html.haml +1 -1
  23. data/app/views/conferences_primer_theme/partials/_homepage_item.html.haml +4 -4
  24. data/app/views/layouts/conferences_primer_theme/application.html.haml +1 -1
  25. data/app/views/layouts/spina/conferences/primer_theme/journal/articles.html.haml +3 -0
  26. data/app/views/layouts/spina/conferences/primer_theme/journal/authors.html.haml +5 -0
  27. data/app/views/layouts/spina/conferences/primer_theme/journal/issues.html.haml +3 -0
  28. data/app/views/spina/application/_cookies.html.haml +8 -7
  29. data/app/views/spina/application/_cookies_footer.html.haml +15 -13
  30. data/app/views/spina/application/_footer.html.haml +2 -2
  31. data/app/views/spina/application/_journal_navigation.html.haml +17 -0
  32. data/app/views/spina/application/_mobile_navigation_items.html.haml +0 -3
  33. data/app/views/spina/application/_navigation.html.haml +1 -4
  34. data/app/views/spina/conferences/primer_theme/blog/categories/show.html.haml +5 -3
  35. data/app/views/spina/conferences/primer_theme/blog/posts/index.html.haml +5 -3
  36. data/app/views/spina/conferences/primer_theme/blog/posts/show.html.haml +5 -5
  37. data/app/views/spina/conferences/primer_theme/conferences/conferences/_conference.html.haml +2 -2
  38. data/app/views/spina/conferences/primer_theme/conferences/conferences/_event.html.haml +3 -3
  39. data/app/views/spina/conferences/primer_theme/conferences/conferences/_events.html.haml +6 -3
  40. data/app/views/spina/conferences/primer_theme/conferences/conferences/_header.html.haml +3 -3
  41. data/app/views/spina/conferences/primer_theme/conferences/conferences/_presentation.html.haml +1 -1
  42. data/app/views/spina/conferences/primer_theme/conferences/conferences/_presentations.html.haml +9 -6
  43. data/app/views/spina/conferences/primer_theme/conferences/conferences/index.html.haml +9 -6
  44. data/app/views/spina/conferences/primer_theme/conferences/conferences/show.html.haml +7 -3
  45. data/app/views/spina/conferences/primer_theme/journal/articles/_authorship.html.haml +8 -6
  46. data/app/views/spina/conferences/primer_theme/journal/articles/_metadata.html.haml +3 -3
  47. data/app/views/spina/conferences/primer_theme/journal/articles/show.html.haml +12 -14
  48. data/app/views/spina/conferences/primer_theme/journal/authors/_author.html.haml +9 -0
  49. data/app/views/spina/conferences/primer_theme/journal/authors/index.html.haml +12 -0
  50. data/app/views/spina/conferences/primer_theme/journal/authors/show.html.haml +22 -0
  51. data/app/views/spina/conferences/primer_theme/journal/issues/_article.html.haml +4 -4
  52. data/app/views/spina/conferences/primer_theme/journal/issues/_issue.html.haml +7 -6
  53. data/app/views/spina/conferences/primer_theme/journal/issues/index.html.haml +30 -24
  54. data/app/views/spina/conferences/primer_theme/journal/issues/show.html.haml +33 -21
  55. data/config/initializers/primer.rb +1 -1
  56. data/config/initializers/themes/conferences_primer_theme.rb +12 -2
  57. data/config/locales/en.yml +20 -31
  58. data/config/routes.rb +6 -2
  59. data/lib/spina/conferences/primer_theme/engine.rb +4 -4
  60. data/lib/spina/conferences/primer_theme/version.rb +1 -1
  61. metadata +17 -10
@@ -1,30 +1,36 @@
1
- = render(Primer::FlexComponent.new(direction: [:column, nil, :row, nil])) do
2
- = render(Primer::FlexComponent.new(direction: :column, flex: :auto)) do
3
- = render(Primer::HeadingComponent.new(tag: :h1)) { @journal.name }
4
- - if @journal.has_content? :description
5
- = render(Primer::Markdown.new(my: 4)) { @journal.content.html(:description) }
6
- = render(Primer::BorderBoxComponent.new(ml: [nil, nil, 4, nil], style: 'min-width: 15vw;')) do |sidebar|
7
- - if @journal.has_content? :logo
8
- - sidebar.header(bg: :primary) do
9
- = render(Primer::FlexItemComponent.new(mb: 4)) do
10
- - cache @journal.content(:logo) do
11
- = image_tag main_app.url_for(@journal.content(:logo).variant(resize_to_limit: [300, 150])),
12
- srcset: srcset(@journal.content(:logo), variant: { resize_to_limit: [300, 150] }),
13
- alt_description: t('.logo'),
14
- draggable: false,
15
- class: 'p-1'
16
- - unless @latest_issue.nil?
17
- - sidebar.row do
18
- = render(Primer::HeadingComponent.new(tag: :h2, font_size: 3)) do
19
- = link_to t('.latest_issue', volume_number: @latest_issue.volume.number, issue_number: @latest_issue.number), frontend_issue_path(@latest_issue)
20
- - if @latest_issue.has_content?(:cover_img)
21
- - sidebar.row do
22
- = link_to(frontend_issue_path(@latest_issue)) do
23
- = render partial: 'issue_cover', locals: { issue: @latest_issue, cover_img: @latest_issue.content(:cover_img), size: [150, 300] }
1
+ = render(Primer::BoxComponent.new(display: :flex, direction: [:column, nil, nil, :row])) do
2
+ = render(Primer::BoxComponent.new(display: :flex, direction: :column, col: [nil, nil, nil, 9])) do
3
+ = render(Primer::BoxComponent.new) do
4
+ = render(Primer::HeadingComponent.new(tag: :h1)) { @journal.name }
5
+ - if @journal.has_content? :description
6
+ = render(Primer::Markdown.new(my: 4)) { @journal.content.html(:description).to_s }
7
+ = render Primer::BoxComponent.new(my: 4, col: [12, nil, 6, nil], float: [nil, nil, :left, nil]) do
8
+ - if @journal.has_content?(:documents) && @journal.content(:documents)&.any?
9
+ = render Primer::SubheadComponent.new do |component|
10
+ = component.heading { t :'.documents.title' }
11
+ %ul
12
+ - @journal.content(:documents).each do |document|
13
+ %li.list-style-none.py-1.d-flex.flex-items-center
14
+ = render(Primer::Beta::Text.new(tag: :div, flex: :auto)) { document.content(:name).presence || t(:'.documents.no_name') }
15
+ - if document.content(:attachment).present?
16
+ = render Primer::ButtonComponent.new(tag: :a, ml: 2, href: main_app.url_for(document.content(:attachment)), download: '') do
17
+ = render Primer::OcticonComponent.new('desktop-download')
18
+ = t :'.documents.download'
19
+ - else
20
+ = render(Primer::Beta::Text.new(tag: :div, font_size: 6, color: :muted)) { t :'.documents.no_file' }
21
+
22
+ = render 'journal_navigation'
24
23
 
25
24
  #journal-issues-list
26
25
  = render(Primer::HeadingComponent.new(tag: :h2, mt: 3)) { t '.all_issues' }
27
26
  - if @issues.any?
28
27
  %ul= render partial: 'issue', collection: @issues, layout: 'list_item', cached: true
29
28
  - else
30
- = render Primer::BlankslateComponent.new(title: t(:'.no_issues'), icon: 'mortar-board')
29
+ = render Primer::Beta::Blankslate.new do |blankslate|
30
+ - blankslate.visual_icon(icon: 'mortar-board')
31
+ - blankslate.heading(tag: :h3).with_content(t(:'.no_issues'))
32
+
33
+ - if @journal.has_content?(:issn) && !@journal.content(:issn).empty?
34
+ = render(Primer::BoxComponent.new(mt: 4)) do
35
+ = render(Primer::Beta::Text.new(font_weight: :bold)) do
36
+ = t '.issn', issn: @journal.content(:issn)
@@ -1,27 +1,39 @@
1
1
  - cache [@issue, @issue.volume, @issue.articles, @issue.content(:cover_img), @issue.content(:description)] do
2
- - cache [@issue, @issue.volume] do
3
- = render(Primer::HeadingComponent.new(tag: :h1)) do
4
- = t('spina.conferences.primer_theme.journal.volume_issue',
5
- volume_number: @issue.volume.number,
6
- issue_number: @issue.number)
2
+ = render(Primer::BoxComponent.new(display: :flex, direction: [:column, nil, nil, :row])) do
3
+ = render(Primer::BoxComponent.new(mr: [nil, nil, nil, 4], col: [nil, nil, nil, 8])) do
4
+ - cache [@issue, @issue.volume] do
5
+ = render(Primer::HeadingComponent.new(tag: :h1)) do
6
+ = t('spina.conferences.primer_theme.journal.volume_issue',
7
+ volume_number: @issue.volume.number,
8
+ issue_number: @issue.number)
7
9
 
8
- - unless @issue.title.blank?
9
- = render(Primer::HeadingComponent.new(tag: :h2, color: :muted, mb: 2)) { @issue.title }
10
+ - unless @issue.title.blank?
11
+ = render(Primer::HeadingComponent.new(tag: :h2, color: :muted, mb: 2)) { @issue.title }
10
12
 
11
- - if @issue.has_content?(:cover_img)
12
- = render partial: 'issue_cover', locals: { issue: @issue, cover_img: @issue.content(:cover_img), size: [300, 600] }
13
+ - if @issue.has_content?(:description)
14
+ = render(Primer::Markdown.new(my: 4)) do
15
+ = @issue.content.html(:description).to_s
13
16
 
14
- - if @issue.has_content?(:description)
15
- = render(Primer::Markdown.new(my: 4)) do
16
- = @issue.content.html(:description)
17
17
 
18
- - if @issue.has_content?(:attachment)
19
- = render(Primer::ButtonComponent.new(tag: :a, scheme: :primary, href: main_app.url_for(@issue.content(:attachment)), my: 2, download: '')) do
20
- = render Primer::OcticonComponent.new('download')
21
- = t '.download'
18
+ %div#journal-articles-list.border-top
19
+ - if @articles.any?
20
+ %ul= render partial: 'article', collection: @articles.sorted_asc, layout: 'list_item', cached: true
21
+ - else
22
+ = render Primer::Beta::Blankslate.new do |blankslate|
23
+ - blankslate.visual_icon(icon: 'mortar-board')
24
+ - blankslate.heading(tag: :h3).with_content(t(:'.no_articles'))
22
25
 
23
- %div#journal-articles-list.border-top
24
- - if @articles.any?
25
- %ul= render partial: 'article', collection: @articles.sorted_asc, layout: 'list_item', cached: true
26
- - else
27
- = render Primer::BlankslateComponent.new(title: t(:'.no_articles'), icon: 'mortar-board')
26
+ = render(Primer::BorderBoxComponent.new(ml: [nil, nil, nil, 4], col: [nil, nil, nil, 4])) do |sidebar|
27
+ - sidebar.body do
28
+ - if @issue.has_content?(:cover_img)
29
+ = render partial: 'spina/conferences/primer_theme/journal/issues/issue_cover', locals: { issue: @issue, cover_img: @issue.content(:cover_img), size: [300, 600] }
30
+ = render(Primer::BorderBoxComponent.new) do |component|
31
+ - component.row do
32
+ = render(Primer::HeadingComponent.new(tag: :h2, font_size: 4, color: :muted)) { t '.published' }
33
+ = render(Primer::Beta::Text.new) do
34
+ = time_tag @issue.date, format: :long
35
+ - if @issue.has_content?(:attachment)
36
+ - component.row do
37
+ = render(Primer::ButtonComponent.new(tag: :a, scheme: :primary, href: main_app.url_for(@issue.content(:attachment)), my: 2, download: '')) do
38
+ = render Primer::OcticonComponent.new('download')
39
+ = t '.download'
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- Rails.application.config.primer_view_components.silence_deprecations = true
3
+ Rails.application.config.primer_view_components.silence_deprecations = false
@@ -235,6 +235,11 @@
235
235
  title: 'Information',
236
236
  description: 'Contains general information',
237
237
  parts: %w[text]
238
+ }, {
239
+ name: 'journal_information',
240
+ title: 'Information (Journal)',
241
+ description: 'An information page specifically for the journal section',
242
+ parts: %w[text]
238
243
  }, {
239
244
  name: 'committee',
240
245
  title: 'Committee',
@@ -286,8 +291,13 @@
286
291
  }, {
287
292
  name: 'footer',
288
293
  label: 'Footer'
289
- }, {
290
- name: 'journal'
294
+ }]
295
+
296
+ theme.resources = [{
297
+ name: 'journal',
298
+ label: 'Journal',
299
+ slug: 'journal',
300
+ view_template: 'journal_information'
291
301
  }]
292
302
 
293
303
  theme.plugins = %w[conferences journal conferences-blog]
@@ -1,34 +1,3 @@
1
- # Files in the config/locales directory are used for internationalization
2
- # and are automatically loaded by Rails. If you want to use locales other
3
- # than English, add the necessary files in this directory.
4
- #
5
- # To use the locales, use `I18n.t`:
6
- #
7
- # I18n.t 'hello'
8
- #
9
- # In views, this is aliased to just `t`:
10
- #
11
- # <%= t(:'hello') %>
12
- #
13
- # To use a different locale, set it with `I18n.locale`:
14
- #
15
- # I18n.locale = :es
16
- #
17
- # This would use the information in config/locales/es.yml.
18
- #
19
- # The following keys must be escaped otherwise they will not be retrieved by
20
- # the default I18n backend:
21
- #
22
- # true, false, on, off, yes, no
23
- #
24
- # Instead, surround them with single quotes.
25
- #
26
- # en:
27
- # 'true': 'foo'
28
- #
29
- # To learn more, please read the Rails Internationalization guide
30
- # available at http://guides.rubyonrails.org/i18n.html.
31
-
32
1
  en:
33
2
  layouts:
34
3
  spina:
@@ -101,6 +70,9 @@ en:
101
70
  cookies_footer:
102
71
  cookies: About cookies
103
72
  loading: Loading…
73
+ journal_navigation:
74
+ issues: View issues
75
+ authors: View authors
104
76
 
105
77
  conferences:
106
78
  primer_theme:
@@ -175,6 +147,12 @@ en:
175
147
  logo: Journal logo
176
148
  all_issues: All Issues
177
149
  latest_issue: "Latest Issue (Vol. %{volume_number} Issue %{issue_number})"
150
+ issn: "ISSN: %{issn}"
151
+ documents:
152
+ title: Useful documents
153
+ download: Download
154
+ no_file: No file uploaded.
155
+ no_name: No name.
178
156
  show:
179
157
  no_articles: This issue has no articles.
180
158
  download: Full Issue PDF
@@ -185,11 +163,22 @@ en:
185
163
  download: PDF
186
164
  doi: DOI
187
165
  url: URL
166
+ permalink: Permalink
188
167
  abstract: Abstract
189
168
  published: Published
190
169
  issue: Issue
191
170
  draft: THIS ARTICLE IS A DRAFT
192
171
  licence_logo: Licence logo
172
+ authors:
173
+ index:
174
+ authors: Authors
175
+ no_authors: This journal has no authors.
176
+ show:
177
+ authors: Authors
178
+ articles: Articles
179
+ aka: "Also known as:"
180
+ name_institution: "%{name} (%{institution})"
181
+
193
182
  blog:
194
183
  posts:
195
184
  index:
data/config/routes.rb CHANGED
@@ -10,9 +10,13 @@ Spina::Engine.routes.draw do
10
10
  end
11
11
 
12
12
  namespace :frontend, path: 'journal', module: 'conferences/primer_theme/journal' do
13
- resources :issues, only: %i[index show] do
14
- resources :articles, only: %i[show]
13
+ resources :issues, only: :index
14
+ resources :volumes, only: [], param: :number do
15
+ resources :issues, only: :show, param: :number do
16
+ resources :articles, only: %i[show], param: :number
17
+ end
15
18
  end
19
+ resources :authors, only: %i[index show]
16
20
  end
17
21
 
18
22
  namespace :frontend, as: 'frontend_blog', path: 'blog', module: 'conferences/primer_theme/blog' do
@@ -9,13 +9,13 @@ module Spina
9
9
  app.config.importmap.cache_sweepers << Engine.root.join('app/assets/javascripts')
10
10
  end
11
11
 
12
- config.after_initialize do
13
- Spina::Part.register(Spina::Parts::Conferences::PrimerTheme::Checkbox)
14
- end
15
-
16
12
  config.to_prepare do
17
13
  ::Spina::PagesController.helper 'spina/conferences/primer_theme/application'
18
14
  end
15
+
16
+ config.after_initialize do
17
+ Spina::Part.register(Spina::Parts::Conferences::PrimerTheme::Checkbox)
18
+ end
19
19
  end
20
20
  end
21
21
  end
@@ -3,7 +3,7 @@
3
3
  module Spina
4
4
  module Conferences
5
5
  module PrimerTheme
6
- VERSION = '1.0.0.rc1'
6
+ VERSION = '1.0.0.rc5'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-conferences-primer_theme-fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc1
4
+ version: 1.0.0.rc5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Malčić
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-01-30 00:00:00.000000000 Z
12
+ date: 2022-02-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: babel-transpiler
@@ -73,14 +73,14 @@ dependencies:
73
73
  requirements:
74
74
  - - '='
75
75
  - !ruby/object:Gem::Version
76
- version: 0.0.66
76
+ version: 0.0.67
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - '='
82
82
  - !ruby/object:Gem::Version
83
- version: 0.0.66
83
+ version: 0.0.67
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: rails
86
86
  requirement: !ruby/object:Gem::Requirement
@@ -129,28 +129,28 @@ dependencies:
129
129
  requirements:
130
130
  - - '='
131
131
  - !ruby/object:Gem::Version
132
- version: 3.0.0.rc2
132
+ version: 3.0.0.rc3
133
133
  type: :runtime
134
134
  prerelease: false
135
135
  version_requirements: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - '='
138
138
  - !ruby/object:Gem::Version
139
- version: 3.0.0.rc2
139
+ version: 3.0.0.rc3
140
140
  - !ruby/object:Gem::Dependency
141
141
  name: spina-admin-journal
142
142
  requirement: !ruby/object:Gem::Requirement
143
143
  requirements:
144
- - - '='
144
+ - - "~>"
145
145
  - !ruby/object:Gem::Version
146
- version: 1.0.0.rc2
146
+ version: '1.0'
147
147
  type: :runtime
148
148
  prerelease: false
149
149
  version_requirements: !ruby/object:Gem::Requirement
150
150
  requirements:
151
- - - '='
151
+ - - "~>"
152
152
  - !ruby/object:Gem::Version
153
- version: 1.0.0.rc2
153
+ version: '1.0'
154
154
  - !ruby/object:Gem::Dependency
155
155
  name: capybara
156
156
  requirement: !ruby/object:Gem::Requirement
@@ -333,6 +333,7 @@ files:
333
333
  - app/controllers/spina/conferences/primer_theme/conferences/presentations_controller.rb
334
334
  - app/controllers/spina/conferences/primer_theme/journal/application_controller.rb
335
335
  - app/controllers/spina/conferences/primer_theme/journal/articles_controller.rb
336
+ - app/controllers/spina/conferences/primer_theme/journal/authors_controller.rb
336
337
  - app/controllers/spina/conferences/primer_theme/journal/issues_controller.rb
337
338
  - app/helpers/spina/conferences/primer_theme/application_helper.rb
338
339
  - app/helpers/spina/conferences/primer_theme/asset_helper.rb
@@ -345,6 +346,7 @@ files:
345
346
  - app/views/conferences_primer_theme/pages/events.html.haml
346
347
  - app/views/conferences_primer_theme/pages/homepage.html.haml
347
348
  - app/views/conferences_primer_theme/pages/information.html.haml
349
+ - app/views/conferences_primer_theme/pages/journal_information.html.haml
348
350
  - app/views/conferences_primer_theme/pages/periodical.html.haml
349
351
  - app/views/conferences_primer_theme/pages/show.html.haml
350
352
  - app/views/conferences_primer_theme/partials/_event.html.haml
@@ -355,6 +357,7 @@ files:
355
357
  - app/views/layouts/spina/conferences/primer_theme/conferences/conferences.html.haml
356
358
  - app/views/layouts/spina/conferences/primer_theme/conferences/presentations.html.haml
357
359
  - app/views/layouts/spina/conferences/primer_theme/journal/articles.html.haml
360
+ - app/views/layouts/spina/conferences/primer_theme/journal/authors.html.haml
358
361
  - app/views/layouts/spina/conferences/primer_theme/journal/issues.html.haml
359
362
  - app/views/spina/admin/layout_partables/texts/_form.html.haml
360
363
  - app/views/spina/admin/parts/conferences/primer_theme/checkboxes/_form.html.haml
@@ -365,6 +368,7 @@ files:
365
368
  - app/views/spina/application/_cookies_footer.html.haml
366
369
  - app/views/spina/application/_footer.html.haml
367
370
  - app/views/spina/application/_google_site_verification.html.haml
371
+ - app/views/spina/application/_journal_navigation.html.haml
368
372
  - app/views/spina/application/_list_item.html.haml
369
373
  - app/views/spina/application/_logo.html.haml
370
374
  - app/views/spina/application/_mobile_navigation_item.html.haml
@@ -403,6 +407,9 @@ files:
403
407
  - app/views/spina/conferences/primer_theme/journal/articles/_authorship.html.haml
404
408
  - app/views/spina/conferences/primer_theme/journal/articles/_metadata.html.haml
405
409
  - app/views/spina/conferences/primer_theme/journal/articles/show.html.haml
410
+ - app/views/spina/conferences/primer_theme/journal/authors/_author.html.haml
411
+ - app/views/spina/conferences/primer_theme/journal/authors/index.html.haml
412
+ - app/views/spina/conferences/primer_theme/journal/authors/show.html.haml
406
413
  - app/views/spina/conferences/primer_theme/journal/issues/_article.html.haml
407
414
  - app/views/spina/conferences/primer_theme/journal/issues/_issue.html.haml
408
415
  - app/views/spina/conferences/primer_theme/journal/issues/_issue_cover.html.haml