Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit 7386993

Browse files
committed
made version on settings page bigger
1 parent d748bbe commit 7386993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/app_configs/edit.html.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<% title "Application Settings" %>
2-
<p>You are currently running Reservations <%= APP_VERSION %>.</p>
2+
<h3>You are currently running Reservations <%= APP_VERSION %>.</h3>
3+
<hr />
34

45
<%= simple_form_for @app_config, :html => { multipart: true, :class => "form-horizontal" } do |f| %>
56

0 commit comments

Comments
 (0)