Skip to content

Commit

Permalink
wip: properly indent
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Oct 4, 2024
1 parent d16a52b commit bb7bf86
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions templates/main/upload_users.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,15 @@
</div>
</form>
% } else {
<%= $output->{users_found} %> <%=l 'users found in uploaded file' %>,
<%= $output->{users_added} %> <%=l 'created' %>.
% if (exists $output->{groups_found}) {
<%= $output->{groups_found} %> <%=l 'groups found in uploaded file' %>,
<%= $output->{groups_added} %> <%=l 'created' %>.
% }
% if (exists $output->{groups_removed}) {
<%= $output->{groups_removed} %> <%= l 'groups removed'%>.
% }

<%= $output->{users_found} %> <%=l 'users found in uploaded file' %>,
<%= $output->{users_added} %> <%=l 'created' %>.
% if (exists $output->{groups_found}) {
<%= $output->{groups_found} %> <%=l 'groups found in uploaded file' %>,
<%= $output->{groups_added} %> <%=l 'created' %>.
% }
% if (exists $output->{groups_removed}) {
<%= $output->{groups_removed} %> <%= l 'groups removed'%>.
% }
<div ng-show="<%= scalar(@$error) %>">
<%=l 'Errors found' %>: <%= scalar(@$error) %>
<ul>
Expand Down

0 comments on commit bb7bf86

Please sign in to comment.