Skip to content

Commit 896694c

Browse files
app-rails: Update template-application-rails to version 0.4.1.post26.dev0+861199a
1 parent 12cdb3e commit 896694c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.4.1-25-g7ac4e66
2+
_commit: v0.4.1-26-g861199a
33
_src_path: https://github.com/navapbc/template-application-rails
44
app_local_port: 3100
55
app_name: app-rails

app-rails/app/views/users/sessions/new.html.erb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@
2929

3030
<p class="text-center">
3131
<%= t('.no_account') %>
32-
<a class="usa-link" href="<%= url_for users_new_registration_path %>">
33-
<%= t('.create_account') %>
34-
</a>.
32+
<a class="usa-link" href="<%= url_for users_new_registration_path %>"><%= t('.create_account') %></a>.
3533
</p>

0 commit comments

Comments
 (0)