Commit c2225dd

mo <mo.khan@gmail.com>
2018-09-05 02:23:29
wrap client name with strong tag.
1 parent 1d61991
Changed files (1)
app
views
app/views/oauth/show.html.erb
@@ -2,7 +2,7 @@
   <div class="row">
     <div class="col">
       <h1>Authorize</h1>
-      <p>Do you authorize <%= @client.name %> to access your data?</p>
+      <p>Do you authorize <strong><%= @client.name %></strong> to access your data?</p>
       <%= form_for @authorization, url: oauth_path, method: :post do |form| %>
         <%= form.button t('.authorize'), type: 'submit', class: 'btn btn-primary', data: { disable_with: t('.loading') } %>
       <% end %>