Skip to content

Commit

Permalink
Merge pull request #1017 from projecthydra-labs/form_share_whitespace
Browse files Browse the repository at this point in the history
app/views/hyrax/base/_form_share.html.erb - whitespace/indent correction
  • Loading branch information
mjgiarlo authored May 23, 2017
2 parents e38f3ec + 50b8774 commit d7d701e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/hyrax/base/_form_share.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<%= permission_fields.select :access, Hyrax.config.permission_levels, {}, class: 'form-control select_perm' %>
</td>
<td>
<%= permission_fields.label :agent_name, class: "control-label" do %>
<%= user_display_name_and_key(permission_fields.object.agent_name) %>
<% end %>
<button class="btn close remove_perm" data-index="<%= permission_fields.index %>">&times;</button>
<%= permission_fields.label :agent_name, class: "control-label" do %>
<%= user_display_name_and_key(permission_fields.object.agent_name) %>
<% end %>
<button class="btn close remove_perm" data-index="<%= permission_fields.index %>">&times;</button>
</td>
</tr>
<% end %>
Expand Down

0 comments on commit d7d701e

Please sign in to comment.