diff --git a/plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb b/plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb index 0c39045..71fca2f 100644 --- a/plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb +++ b/plugins/organization_ratings/views/organization_ratings_plugin_profile/_new_rating_fields.html.erb @@ -1,10 +1,6 @@ <% min_rate = env_organization_ratings_config.minimum_ratings %> <% default_rating = env_organization_ratings_config.default_rating %> -
- <%= @plugins.dispatch(:organization_ratings_title).collect { |content| instance_exec(&content) }.join("") %> -
-
diff --git a/plugins/organization_ratings/views/organization_ratings_plugin_profile/new_rating.html.erb b/plugins/organization_ratings/views/organization_ratings_plugin_profile/new_rating.html.erb index 9b02799..7719fc6 100644 --- a/plugins/organization_ratings/views/organization_ratings_plugin_profile/new_rating.html.erb +++ b/plugins/organization_ratings/views/organization_ratings_plugin_profile/new_rating.html.erb @@ -1,6 +1,9 @@ <%= error_messages_for 'rating' %> <% config = env_organization_ratings_config %> +
+ <%= @plugins.dispatch(:organization_ratings_title).collect { |content| instance_exec(&content) }.join("") %> +
<% if logged_in? %> <%= render :partial => "new_rating_fields" %> <% else %> diff --git a/plugins/organization_ratings/views/shared/_make_report_block.html.erb b/plugins/organization_ratings/views/shared/_make_report_block.html.erb index 2a0006f..8d50644 100644 --- a/plugins/organization_ratings/views/shared/_make_report_block.html.erb +++ b/plugins/organization_ratings/views/shared/_make_report_block.html.erb @@ -1,6 +1,6 @@ <% logged_in_image = link_to profile_image(current_user.person, :portrait), current_user.person.url if current_user %> <% logged_in_name = link_to current_user.person.name, current_user.person.url if current_user %> -<% logged_out_image = image_tag('plugins/organization_ratings/public/images/user-not-logged.png') %> +<% logged_out_image = image_tag('plugins/organization_ratings/images/user-not-logged.png') %>
-- libgit2 0.21.2