Use CSS to define alignment in translations message
That way it's possible to override the style without changing the HTML, which is the hardest code to customize and maintain.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="remote-translations-button callout primary text-center">
|
||||
<div class="remote-translations-button callout primary">
|
||||
<% if display_remote_translation_button? %>
|
||||
<%= form_tag remote_translations_path do %>
|
||||
<%= hidden_field_tag :remote_translations, remote_translations.to_json %>
|
||||
|
||||
Reference in New Issue
Block a user